/third_party/libwebsockets/lib/tls/openssl/ |
H A 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); 802 BN_bn2bin(dummy[4], jwk->e[LWS_GENCRYPTO_RSA_KEYEL_P].buf); 811 BN_bn2bin(dummy[5], jwk->e[LWS_GENCRYPTO_RSA_KEYEL_Q].buf);
|
H A D | lws-genrsa.c | 201 BN_bn2bin(mpi[n], el[n].buf);
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_mpi.c | 36 num = BN_bn2bin(a, &(d[4 + ext])); in BN_bn2mpi()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | t_pkey.c | 80 n = BN_bn2bin(num, buf + 1); in ASN1_bn_print()
|
H A D | x_bignum.c | 110 BN_bn2bin(bn, cont); in bn_i2c()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_mpi.c | 36 num = BN_bn2bin(a, &(d[4 + ext])); in BN_bn2mpi()
|
/third_party/openssl/demos/pkey/ |
H A D | EVP_PKEY_EC_keygen.c | 113 out_privkey_len = BN_bn2bin(out_priv, out_privkey); in get_key_values() 115 fprintf(stderr, "BN_bn2bin failed\n"); in get_key_values()
|
/third_party/openssl/crypto/asn1/ |
H A D | t_pkey.c | 80 n = BN_bn2bin(num, buf + 1); in ASN1_bn_print()
|
H A D | x_bignum.c | 110 BN_bn2bin(bn, cont); in bn_i2c()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_oct.c | 234 skip = BN_bn2bin(x, buf + i); in ossl_ec_GFp_simple_point2oct() 252 skip = BN_bn2bin(y, buf + i); in ossl_ec_GFp_simple_point2oct()
|
H A D | ec2_oct.c | 208 skip = BN_bn2bin(x, buf + i); in ossl_ec_GF2m_simple_point2oct() 226 skip = BN_bn2bin(y, buf + i); in ossl_ec_GF2m_simple_point2oct()
|
H A D | ecdh_ossl.c | 127 if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) { in ossl_ecdh_simple_compute_key()
|
/third_party/openssl/crypto/ec/ |
H A D | ec2_oct.c | 208 skip = BN_bn2bin(x, buf + i); in ossl_ec_GF2m_simple_point2oct() 226 skip = BN_bn2bin(y, buf + i); in ossl_ec_GF2m_simple_point2oct()
|
H A D | ecp_oct.c | 234 skip = BN_bn2bin(x, buf + i); in ossl_ec_GFp_simple_point2oct() 252 skip = BN_bn2bin(y, buf + i); in ossl_ec_GFp_simple_point2oct()
|
H A D | ecdh_ossl.c | 127 if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) { in ossl_ecdh_simple_compute_key()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | der_writer.c | 147 BN_bn2bin(v, p); in int_put_bytes_bn()
|
/third_party/openssl/crypto/ |
H A D | der_writer.c | 147 BN_bn2bin(v, p); in int_put_bytes_bn()
|
/third_party/openssl/test/ |
H A D | dsatest.c | 97 i = BN_bn2bin(q, buf); in dsa_test() 102 i = BN_bn2bin(p, buf); in dsa_test() 107 i = BN_bn2bin(g, buf); in dsa_test()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A 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/node/deps/openssl/openssl/ssl/ |
H A D | tls_srp.c | 321 BN_bn2bin(K, tmp); in srp_generate_server_master_secret() 371 BN_bn2bin(K, tmp); in srp_generate_client_master_secret()
|
/third_party/openssl/ssl/ |
H A D | tls_srp.c | 321 BN_bn2bin(K, tmp); in srp_generate_server_master_secret() 371 BN_bn2bin(K, tmp); in srp_generate_client_master_secret()
|
/third_party/curl/lib/ |
H A D | setup-vms.h | 204 #define BN_bn2bin BN_BN2BIN macro
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 25 pub fn BN_bn2bin(a: *const BIGNUM, to: *mut u8) -> c_int; in BN_bn2bin() functions
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A 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/ffmpeg/libavformat/ |
H A D | rtmpdh.c | 151 #define bn_bn2bin(bn, buf, len) BN_bn2bin(bn, buf)
|