Home
last modified time | relevance | path

Searched refs:i2d_PUBKEY (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/x509/
H A Dx_pubkey.c551 int i2d_PUBKEY(const EVP_PKEY *a, unsigned char **pp) in i2d_PUBKEY() function
639 ret = i2d_PUBKEY(pktmp, pp); in i2d_RSA_PUBKEY()
681 ret = i2d_PUBKEY(pktmp, pp); in ossl_i2d_DH_PUBKEY()
722 ret = i2d_PUBKEY(pktmp, pp); in ossl_i2d_DHx_PUBKEY()
788 ret = i2d_PUBKEY(pktmp, pp); in i2d_DSA_PUBKEY()
833 ret = i2d_PUBKEY(pktmp, pp); in i2d_EC_PUBKEY()
875 ret = i2d_PUBKEY(pktmp, pp); in ossl_i2d_ED25519_PUBKEY()
917 ret = i2d_PUBKEY(pktmp, pp); in ossl_i2d_ED448_PUBKEY()
959 ret = i2d_PUBKEY(pktmp, pp); in ossl_i2d_X25519_PUBKEY()
1001 ret = i2d_PUBKEY(pktmp, pp); in ossl_i2d_X448_PUBKEY()
H A Dx_all.c752 return ASN1_i2d_fp_of(EVP_PKEY, i2d_PUBKEY, fp, pkey); in i2d_PUBKEY_fp()
835 return ASN1_i2d_bio_of(EVP_PKEY, i2d_PUBKEY, bp, pkey); in i2d_PUBKEY_bio()
H A Dx509_vfy.c3071 if ((len = i2d_PUBKEY(rpk, &i2dbuf)) <= 0) in dane_match_rpk()
/openssl/doc/man3/
H A DX509_PUBKEY_new.pod7 d2i_PUBKEY_ex, d2i_PUBKEY, i2d_PUBKEY, d2i_PUBKEY_ex_bio, d2i_PUBKEY_bio,
28 int i2d_PUBKEY(const EVP_PKEY *a, unsigned char **pp);
89 i2d_PUBKEY() encodes an B<EVP_PKEY> structure using B<SubjectPublicKeyInfo>
93 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a
144 i2d_PUBKEY() returns the number of bytes successfully encoded or a
H A Dd2i_RSAPrivateKey.pod180 b<i2d_I<TYPE>_PUBKEY()> with L<i2d_PUBKEY(3)>.
306 L<i2d_PUBKEY(3)>
/openssl/test/
H A Dendecoder_legacy_test.c80 i2d_of_void *i2d_PUBKEY; member
659 if (test_stanza->i2d_PUBKEY != NULL) { in test_key()
668 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY, in test_key()
/openssl/crypto/ct/
H A Dct_log.c78 int pkey_der_len = i2d_PUBKEY(pkey, &pkey_der); in ct_v1_log_id_from_pkey()
/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod71 peer_pub_der_len = i2d_PUBKEY(peer_key, &peer_pub_der);
/openssl/ssl/
H A Dssl_asn1.c180 peer_rpk.length = i2d_PUBKEY(in->peer_rpk, &peer_rpk.data); in i2d_SSL_SESSION()
H A Dssl_lib.c7870 if ((ret = i2d_PUBKEY(rpk, &data)) <= 0) in SSL_add_expected_rpk()
/openssl/ssl/statem/
H A Dstatem_lib.c1325 pdata_len = i2d_PUBKEY(cpk->privatekey, &pdata); in tls_output_rpk()
/openssl/util/
H A Dlibcrypto.num3172 i2d_PUBKEY 3240 3_0_0 EXIST::FUNCTION:

Completed in 67 milliseconds