Searched refs:tpubkey (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Dreq.c844 EVP_PKEY *tpubkey = pkey; local
846 if (tpubkey == NULL) {
847 tpubkey = X509_REQ_get0_pubkey(req);
848 if (tpubkey == NULL)
852 i = X509_REQ_verify(req, tpubkey);
877 EVP_PKEY *tpubkey = X509_REQ_get0_pubkey(req); local
879 if (tpubkey == NULL) {
884 PEM_write_bio_PUBKEY(out, tpubkey);
914 EVP_PKEY *tpubkey; local
917 tpubkey
[all...]

Completed in 125 milliseconds