/third_party/openssl/test/ |
D | dsatest.c | 92 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/ |
D | BN_bn2bin.pod | 6 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>.
|
D | RSA_print.pod | 41 L<BN_bn2bin(3)>
|
D | BN_zero.pod | 52 L<BN_bn2bin(3)>
|
/third_party/openssl/crypto/bn/ |
D | bn_mpi.c | 36 num = BN_bn2bin(a, &(d[4 + ext])); in BN_bn2mpi()
|
/third_party/openssl/crypto/asn1/ |
D | t_pkey.c | 80 n = BN_bn2bin(num, buf + 1); in ASN1_bn_print()
|
D | x_bignum.c | 110 BN_bn2bin(bn, cont); in bn_i2c()
|
D | a_int.c | 484 len = BN_bn2bin(bn, ret->data); in bn_to_asn1_string()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-x509.c | 625 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()
|
D | lws-genrsa.c | 201 BN_bn2bin(mpi[n], el[n].buf);
|
D | lws-genec.c | 95 BN_bn2bin(a, to); in BN_bn2binpad()
|
/third_party/openssl/crypto/ec/ |
D | ec2_oct.c | 191 skip = BN_bn2bin(x, buf + i); in ec_GF2m_simple_point2oct() 209 skip = BN_bn2bin(y, buf + i); in ec_GF2m_simple_point2oct()
|
D | ecp_oct.c | 229 skip = BN_bn2bin(x, buf + i); in ec_GFp_simple_point2oct() 247 skip = BN_bn2bin(y, buf + i); in ec_GFp_simple_point2oct()
|
D | ecdh_ossl.c | 103 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/ |
D | crypto_openssl.c | 615 *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/ |
D | tls_srp.c | 269 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/ |
D | secret_sharing.cc | 240 *length = BN_bn2bin(sum, secret); in Combine()
|
/third_party/curl/lib/ |
D | setup-vms.h | 202 #define BN_bn2bin BN_BN2BIN macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 688 *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/ |
D | srp_lib.c | 143 if (BN_bn2bin(s, cs) < 0) in SRP_Calc_x()
|
D | srp_vfy.c | 636 if (BN_bn2bin(v, tmp) < 0) in SRP_create_verifier()
|
/third_party/ffmpeg/libavformat/ |
D | rtmpdh.c | 151 #define bn_bn2bin(bn, buf, len) BN_bn2bin(bn, buf)
|
/third_party/openssl/test/testutil/ |
D | format_output.c | 393 int n = BN_bn2bin(bn, buf); in test_output_bignum()
|
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | server.cc | 277 (void)BN_bn2bin(prim, reinterpret_cast<uint8_t *>(param.prime)); in InitCipher()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 222 int BN_bn2bin(const BIGNUM *a, unsigned char *to);
|