/src/usr.bin/nbsvtool/ |
nbsvtool.c | 235 } crypto_state; variable in typeref:struct:__anon557a702b0108 261 crypto_state.certificate = sk_X509_value(c, 0); 264 crypto_state.cert_chain = file_to_certs(chain_file); 271 crypto_state.private_key = 274 if (crypto_state.private_key == NULL) 277 ret = X509_check_private_key(crypto_state.certificate, 278 crypto_state.private_key); 374 sign_file(crypto_state.certificate, 375 crypto_state.private_key, 376 crypto_state.cert_chain [all...] |
nbsvtool.c | 235 } crypto_state; variable in typeref:struct:__anon557a702b0108 261 crypto_state.certificate = sk_X509_value(c, 0); 264 crypto_state.cert_chain = file_to_certs(chain_file); 271 crypto_state.private_key = 274 if (crypto_state.private_key == NULL) 277 ret = X509_check_private_key(crypto_state.certificate, 278 crypto_state.private_key); 374 sign_file(crypto_state.certificate, 375 crypto_state.private_key, 376 crypto_state.cert_chain [all...] |
nbsvtool.c | 235 } crypto_state; variable in typeref:struct:__anon557a702b0108 261 crypto_state.certificate = sk_X509_value(c, 0); 264 crypto_state.cert_chain = file_to_certs(chain_file); 271 crypto_state.private_key = 274 if (crypto_state.private_key == NULL) 277 ret = X509_check_private_key(crypto_state.certificate, 278 crypto_state.private_key); 374 sign_file(crypto_state.certificate, 375 crypto_state.private_key, 376 crypto_state.cert_chain [all...] |