Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DX509_PUBKEY_new.pod7 d2i_PUBKEY_ex, d2i_PUBKEY, i2d_PUBKEY, d2i_PUBKEY_ex_bio, d2i_PUBKEY_bio,
27 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
86 d2i_PUBKEY() does the same as d2i_PUBKEY_ex() except that the default
93 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a
140 X509_PUBKEY_get0(), X509_PUBKEY_get(), d2i_PUBKEY_ex(), d2i_PUBKEY(),
H A Dd2i_RSAPrivateKey.pod176 b<d2i_I<TYPE>_PUBKEY()> with L<d2i_PUBKEY(3)>,
304 L<d2i_PUBKEY(3)>,
/openssl/test/
H A Dx509_test.c193 pubkey = d2i_PUBKEY(NULL, &p, sizeof(pubkeydata)); in setup_tests()
H A Dendecoder_legacy_test.c89 d2i_of_void *d2i_PUBKEY; member
668 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY, in test_key()
H A Dtls-provider.c2140 d2i_of_void *d2i_PUBKEY; /* Wrapped in a SubjectPublicKeyInfo */ member
2373 if (ctx->desc->d2i_PUBKEY != NULL) in xor_der2key_decode()
2374 key = ctx->desc->d2i_PUBKEY(NULL, &derp, der_len); in xor_der2key_decode()
/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c70 d2i_of_void *d2i_PUBKEY; /* Wrapped in a SubjectPublicKeyInfo */ member
258 if (ctx->desc->d2i_PUBKEY != NULL) in der2key_decode()
259 key = ctx->desc->d2i_PUBKEY(NULL, &derp, der_len); in der2key_decode()
/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod78 EVP_PKEY *peer_pub_key = d2i_PUBKEY(NULL, &pd, peer_pub_der_len);
H A Dossl-guide-migration.pod725 L<d2i_AutoPrivateKey(3)>, L<d2i_PrivateKey(3)> and L<d2i_PUBKEY(3)>
/openssl/crypto/x509/
H A Dx_all.c771 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp()
857 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
H A Dx_pubkey.c546 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY() function
/openssl/engines/
H A De_loader_attic.c654 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
/openssl/ssl/
H A Dssl_lib.c384 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
/openssl/util/
H A Dlibcrypto.num3552 d2i_PUBKEY 3633 3_0_0 EXIST::FUNCTION:

Completed in 101 milliseconds