Home
last modified time | relevance | path

Searched defs:issuer_key (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/programs/x509/
Dcert_write.c185 const char *issuer_key; /* filename of the issuer key file */ member
298 mbedtls_pk_context *issuer_key = &loaded_issuer_key, in main() local
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_purp.c367 static int check_sig_alg_match(const EVP_PKEY *issuer_key, const X509 *subject) in check_sig_alg_match()
/third_party/openssl/crypto/x509/
Dv3_purp.c367 static int check_sig_alg_match(const EVP_PKEY *issuer_key, const X509 *subject) in check_sig_alg_match()
/third_party/openssl/apps/
Dreq.c798 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey; in req_main() local
/third_party/node/deps/openssl/openssl/apps/
Dreq.c800 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey; in req_main() local