Home
last modified time | relevance | path

Searched refs:BN_bn2bin (Results 1 – 25 of 35) sorted by relevance

12

/third_party/openssl/test/
Ddsatest.c92 i = BN_bn2bin(q, buf); in dsa_test()
97 i = BN_bn2bin(p, buf); in dsa_test()
102 i = BN_bn2bin(g, buf); in dsa_test()
/third_party/openssl/doc/man3/
DBN_bn2bin.pod6 BN_bn2bin, BN_bin2bn, BN_bn2lebinpad, BN_lebin2bn, BN_bn2hex, BN_bn2dec,
14 int BN_bn2bin(const BIGNUM *a, unsigned char *to);
34 BN_bn2bin() converts the absolute value of B<a> into big-endian form
83 BN_bn2bin() returns the length of the big-endian number placed at B<to>.
DRSA_print.pod41 L<BN_bn2bin(3)>
DBN_zero.pod52 L<BN_bn2bin(3)>
/third_party/openssl/crypto/bn/
Dbn_mpi.c36 num = BN_bn2bin(a, &(d[4 + ext])); in BN_bn2mpi()
/third_party/openssl/crypto/asn1/
Dt_pkey.c80 n = BN_bn2bin(num, buf + 1); in ASN1_bn_print()
Dx_bignum.c110 BN_bn2bin(bn, cont); in bn_i2c()
Da_int.c484 len = BN_bn2bin(bn, ret->data); in bn_to_asn1_string()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c625 BN_bn2bin(mpi[n], jwk->e[n].buf); in lws_x509_public_to_jwk()
792 BN_bn2bin(mpi, jwk->e[LWS_GENCRYPTO_RSA_KEYEL_D].buf); in lws_x509_jwk_privkey_pem()
802 BN_bn2bin(dummy[4], jwk->e[LWS_GENCRYPTO_RSA_KEYEL_P].buf); in lws_x509_jwk_privkey_pem()
811 BN_bn2bin(dummy[5], jwk->e[LWS_GENCRYPTO_RSA_KEYEL_Q].buf); in lws_x509_jwk_privkey_pem()
Dlws-genrsa.c201 BN_bn2bin(mpi[n], el[n].buf);
Dlws-genec.c95 BN_bn2bin(a, to); in BN_bn2binpad()
/third_party/openssl/crypto/ec/
Dec2_oct.c191 skip = BN_bn2bin(x, buf + i); in ec_GF2m_simple_point2oct()
209 skip = BN_bn2bin(y, buf + i); in ec_GF2m_simple_point2oct()
Decp_oct.c229 skip = BN_bn2bin(x, buf + i); in ec_GFp_simple_point2oct()
247 skip = BN_bn2bin(y, buf + i); in ec_GFp_simple_point2oct()
Decdh_ossl.c103 if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) { in ecdh_simple_compute_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c615 *result_len = BN_bn2bin(bn_result, result); in crypto_mod_exp()
788 BN_bn2bin(dh->pub_key, wpabuf_put(pubkey, publen)); in dh5_init()
789 BN_bn2bin(dh->priv_key, wpabuf_put(privkey, privlen)); in dh5_init()
838 BN_bn2bin(pub_key, wpabuf_put(pubkey, publen)); in dh5_init()
839 BN_bn2bin(priv_key, wpabuf_put(privkey, privlen)); in dh5_init()
1345 BN_bn2bin((const BIGNUM *) a, buf + offset); in crypto_bignum_to_bin()
/third_party/openssl/ssl/
Dtls_srp.c269 BN_bn2bin(K, tmp); in srp_generate_server_master_secret()
320 BN_bn2bin(K, tmp); in srp_generate_client_master_secret()
/third_party/mindspore/mindspore/ccsrc/fl/armour/secure_protocol/
Dsecret_sharing.cc240 *length = BN_bn2bin(sum, secret); in Combine()
/third_party/curl/lib/
Dsetup-vms.h202 #define BN_bn2bin BN_BN2BIN macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c688 *result_len = BN_bn2bin(bn_result, result); in crypto_mod_exp()
861 BN_bn2bin(dh->pub_key, wpabuf_put(pubkey, publen)); in dh5_init()
862 BN_bn2bin(dh->priv_key, wpabuf_put(privkey, privlen)); in dh5_init()
911 BN_bn2bin(pub_key, wpabuf_put(pubkey, publen)); in dh5_init()
912 BN_bn2bin(priv_key, wpabuf_put(privkey, privlen)); in dh5_init()
1418 BN_bn2bin((const BIGNUM *) a, buf + offset); in crypto_bignum_to_bin()
/third_party/openssl/crypto/srp/
Dsrp_lib.c143 if (BN_bn2bin(s, cs) < 0) in SRP_Calc_x()
Dsrp_vfy.c636 if (BN_bn2bin(v, tmp) < 0) in SRP_create_verifier()
/third_party/ffmpeg/libavformat/
Drtmpdh.c151 #define bn_bn2bin(bn, buf, len) BN_bn2bin(bn, buf)
/third_party/openssl/test/testutil/
Dformat_output.c393 int n = BN_bn2bin(bn, buf); in test_output_bignum()
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.cc277 (void)BN_bn2bin(prim, reinterpret_cast<uint8_t *>(param.prime)); in InitCipher()
/third_party/openssl/include/openssl/
Dbn.h222 int BN_bn2bin(const BIGNUM *a, unsigned char *to);

12