Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx_pubkey.c552 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.c751 return ASN1_i2d_fp_of(EVP_PKEY, i2d_PUBKEY, fp, pkey); in i2d_PUBKEY_fp()
834 return ASN1_i2d_bio_of(EVP_PKEY, i2d_PUBKEY, bp, pkey); in i2d_PUBKEY_bio()
H A Dx509_vfy.c3115 if ((len = i2d_PUBKEY(rpk, &i2dbuf)) <= 0) in dane_match_rpk()
/freebsd/crypto/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)>
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c80 i2d_of_void *i2d_PUBKEY; member
652 if (test_stanza->i2d_PUBKEY != NULL) { in test_key()
660 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY, in test_key()
H A Dprovider_pkey_test.c725 || !TEST_int_gt((len_pub = i2d_PUBKEY(pkey, &encoded_pub)), 0) in test_pkey_provider_decoder_props()
/freebsd/crypto/openssl/crypto/ct/
H A Dct_log.c78 int pkey_der_len = i2d_PUBKEY(pkey, &pkey_der); in ct_v1_log_id_from_pkey()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod71 peer_pub_der_len = i2d_PUBKEY(peer_key, &peer_pub_der);
/freebsd/contrib/ldns/
H A Dkeys.c1748 if(i2d_PUBKEY(k, &pp) != 37 + 64) { in ldns_key_gost2bin()
1768 if(i2d_PUBKEY(k, &pp) != 12 + 32) { in ldns_key_ed255192bin()
1788 if(i2d_PUBKEY(k, &pp) != 12 + 57) { in ldns_key_ed4482bin()
H A Ddane.c167 len = (size_t)i2d_PUBKEY(epubkey, &buf); in ldns_dane_cert2rdf()
/freebsd/crypto/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.c8149 if ((ret = i2d_PUBKEY(rpk, &data)) <= 0) in SSL_add_expected_rpk()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c410 len = i2d_PUBKEY(pkey, NULL); in encode_spki()
415 (void)i2d_PUBKEY(pkey, &outptr); in encode_spki()
510 len = i2d_PUBKEY(pkey, NULL); in encode_spki()
515 (void)i2d_PUBKEY(pkey, &outptr); in encode_spki()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1346 pdata_len = i2d_PUBKEY(cpk->privatekey, &pdata); in tls_output_rpk()
/freebsd/secure/lib/libcrypto/
H A DVersion.map3741 i2d_PUBKEY;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c3636 der_len = i2d_PUBKEY((EVP_PKEY *) key, &der); in crypto_ec_key_get_subject_public_key()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4872 MLINKS+= X509_PUBKEY_new.3 i2d_PUBKEY.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3172 i2d_PUBKEY 3240 3_0_0 EXIST::FUNCTION: