| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x_pubkey.c | 552 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 D | x_all.c | 751 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 D | x509_vfy.c | 3115 if ((len = i2d_PUBKEY(rpk, &i2dbuf)) <= 0) in dane_match_rpk()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_PUBKEY_new.pod | 7 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 D | d2i_RSAPrivateKey.pod | 180 b<i2d_I<TYPE>_PUBKEY()> with L<i2d_PUBKEY(3)>. 306 L<i2d_PUBKEY(3)>
|
| /freebsd/crypto/openssl/test/ |
| H A D | endecoder_legacy_test.c | 80 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 D | provider_pkey_test.c | 725 || !TEST_int_gt((len_pub = i2d_PUBKEY(pkey, &encoded_pub)), 0) in test_pkey_provider_decoder_props()
|
| /freebsd/crypto/openssl/crypto/ct/ |
| H A D | ct_log.c | 78 int pkey_der_len = i2d_PUBKEY(pkey, &pkey_der); in ct_v1_log_id_from_pkey()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KEYEXCH-DH.pod | 71 peer_pub_der_len = i2d_PUBKEY(peer_key, &peer_pub_der);
|
| /freebsd/contrib/ldns/ |
| H A D | keys.c | 1748 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 D | dane.c | 167 len = (size_t)i2d_PUBKEY(epubkey, &buf); in ldns_dane_cert2rdf()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_asn1.c | 180 peer_rpk.length = i2d_PUBKEY(in->peer_rpk, &peer_rpk.data); in i2d_SSL_SESSION()
|
| H A D | ssl_lib.c | 8149 if ((ret = i2d_PUBKEY(rpk, &data)) <= 0) in SSL_add_expected_rpk()
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_crypto_openssl.c | 410 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 D | statem_lib.c | 1346 pdata_len = i2d_PUBKEY(cpk->privatekey, &pdata); in tls_output_rpk()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 3741 i2d_PUBKEY;
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 3636 der_len = i2d_PUBKEY((EVP_PKEY *) key, &der); in crypto_ec_key_get_subject_public_key()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4872 MLINKS+= X509_PUBKEY_new.3 i2d_PUBKEY.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 3172 i2d_PUBKEY 3240 3_0_0 EXIST::FUNCTION:
|