Home
last modified time | relevance | path

Searched refs:pubkey (Results 1 – 5 of 5) sorted by relevance

/apps/lib/
A Dengine_loader.c118 EVP_PKEY *pkey = NULL, *pubkey = NULL; in engine_load() local
130 pubkey = in engine_load()
139 if (pubkey != NULL) in engine_load()
140 info = OSSL_STORE_INFO_new_PUBKEY(pubkey); in engine_load()
145 EVP_PKEY_free(pubkey); in engine_load()
/apps/
A Dspkac.c72 int i, ret = 1, verify = 0, noout = 0, pubkey = 0; in spkac_main() local
98 pubkey = 1; in spkac_main()
219 if (pubkey) in spkac_main()
A Dx509.c271 EVP_PKEY *privkey = NULL, *CAkey = NULL, *pubkey = NULL; in x509_main() local
671 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main()
829 if ((pubkey != NULL || privkey != NULL || req != NULL) in x509_main()
830 && !X509_set_pubkey(x, pubkey != NULL ? pubkey : in x509_main()
1159 EVP_PKEY_free(pubkey); in x509_main()
A Dreq.c274 int noenc = 0, newhdr = 0, subject = 0, pubkey = 0, precert = 0, x509v1 = 0; in req_main() local
317 pubkey = 1; in req_main()
953 if (noout && !text && !modulus && !subject && !pubkey) { in req_main()
965 if (pubkey) { in req_main()
A Dcmp.c1648 const X509_PUBKEY *pubkey; in set_fallback_pubkey() local
1666 if ((pubkey = OSSL_CMP_MSG_get0_certreq_publickey(req)) == NULL in set_fallback_pubkey()
1667 || (pkey = X509_PUBKEY_get0(pubkey)) == NULL) { in set_fallback_pubkey()

Completed in 22 milliseconds