Home
last modified time | relevance | path

Searched refs:d2i_PUBKEY (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DX509_PUBKEY_new.pod7 d2i_PUBKEY_ex, d2i_PUBKEY, i2d_PUBKEY, d2i_PUBKEY_bio, d2i_PUBKEY_fp,
26 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
78 d2i_PUBKEY() does the same as d2i_PUBKEY_ex() except that the default
85 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a
H A Dd2i_RSAPrivateKey.pod176 b<d2i_I<TYPE>_PUBKEY()> with L<d2i_PUBKEY(3)>,
304 L<d2i_PUBKEY(3)>,
/freebsd/contrib/unbound/sldns/
H A Dkeyraw.c554 return d2i_PUBKEY(NULL, &pp, (int)sizeof(encoded)); in sldns_gost2pkey_raw()
674 evp_key = d2i_PUBKEY(NULL, &pp, (int)(pre_len+keylen)); in sldns_ed255192pkey_raw()
695 evp_key = d2i_PUBKEY(NULL, &pp, (int)(pre_len+keylen)); in sldns_ed4482pkey_raw()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c69 d2i_of_void *d2i_PUBKEY; /* Wrapped in a SubjectPublicKeyInfo */ member
232 if (ctx->desc->d2i_PUBKEY != NULL) in der2key_decode()
233 key = ctx->desc->d2i_PUBKEY(NULL, &derp, der_len); in der2key_decode()
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c89 d2i_of_void *d2i_PUBKEY; member
668 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY, in test_key()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod80 EVP_PKEY *peer_pub_key = d2i_PUBKEY(NULL, &pd, peer_pub_der_len);
H A Dmigration_guide.pod704 L<d2i_AutoPrivateKey(3)>, L<d2i_PrivateKey(3)> and L<d2i_PUBKEY(3)>
/freebsd/crypto/openssl/crypto/x509/
H A Dx_all.c712 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp()
779 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
H A Dx_pubkey.c542 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY() function
/freebsd/contrib/ldns/
H A Ddnssec_verify.c1844 return d2i_PUBKEY(NULL, &pp, (int)sizeof(encoded)); in ldns_gost2pkey_raw()
1886 evp_key = d2i_PUBKEY(NULL, &pp, (int)(pre_len+keylen)); in ldns_ed255192pkey_raw()
1924 evp_key = d2i_PUBKEY(NULL, &pp, (int)(pre_len+keylen)); in ldns_ed4482pkey_raw()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c657 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
/freebsd/secure/lib/libcrypto/
H A DVersion.map3540 d2i_PUBKEY;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c3199 pkey = d2i_PUBKEY(NULL, &der, der_len); in crypto_ec_key_parse_pub()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c391 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4920 MLINKS+= X509_PUBKEY_new.3 d2i_PUBKEY.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3552 d2i_PUBKEY 3633 3_0_0 EXIST::FUNCTION: