Home
last modified time | relevance | path

Searched refs:BN_bn2bin (Results 1 - 25 of 49) sorted by relevance

12

/third_party/libwebsockets/lib/tls/openssl/
H A 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);
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 Dlws-genrsa.c201 BN_bn2bin(mpi[n], el[n].buf);
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mpi.c36 num = BN_bn2bin(a, &(d[4 + ext])); in BN_bn2mpi()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dt_pkey.c80 n = BN_bn2bin(num, buf + 1); in ASN1_bn_print()
H A Dx_bignum.c110 BN_bn2bin(bn, cont); in bn_i2c()
/third_party/openssl/crypto/bn/
H A Dbn_mpi.c36 num = BN_bn2bin(a, &(d[4 + ext])); in BN_bn2mpi()
/third_party/openssl/demos/pkey/
H A DEVP_PKEY_EC_keygen.c113 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 Dt_pkey.c80 n = BN_bn2bin(num, buf + 1); in ASN1_bn_print()
H A Dx_bignum.c110 BN_bn2bin(bn, cont); in bn_i2c()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c234 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 Dec2_oct.c208 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 Decdh_ossl.c127 if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) { in ossl_ecdh_simple_compute_key()
/third_party/openssl/crypto/ec/
H A Dec2_oct.c208 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 Decp_oct.c234 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 Decdh_ossl.c127 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 Dder_writer.c147 BN_bn2bin(v, p); in int_put_bytes_bn()
/third_party/openssl/crypto/
H A Dder_writer.c147 BN_bn2bin(v, p); in int_put_bytes_bn()
/third_party/openssl/test/
H A Ddsatest.c97 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 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/node/deps/openssl/openssl/ssl/
H A Dtls_srp.c321 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 Dtls_srp.c321 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 Dsetup-vms.h204 #define BN_bn2bin BN_BN2BIN macro
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs25 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 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/ffmpeg/libavformat/
H A Drtmpdh.c151 #define bn_bn2bin(bn, buf, len) BN_bn2bin(bn, buf)

Completed in 24 milliseconds

12