Home
last modified time | relevance | path

Searched defs:bnctx (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/kem/
H A Drsa_kem.c213 BN_CTX *bnctx; in rsasve_gen_rand_bytes() local
/third_party/openssl/providers/implementations/kem/
H A Drsa_kem.c213 BN_CTX *bnctx; in rsasve_gen_rand_bytes() local
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test_kats.c202 BN_CTX *bnctx = NULL; in self_test_kdf() local
373 BN_CTX *bnctx = NULL; in self_test_ka() local
448 BN_CTX *bnctx = NULL; self_test_sign() local
541 BN_CTX *bnctx = NULL; self_test_asym_cipher() local
[all...]
/third_party/openssl/providers/fips/
H A Dself_test_kats.c202 BN_CTX *bnctx = NULL; in self_test_kdf() local
373 BN_CTX *bnctx = NULL; in self_test_ka() local
448 BN_CTX *bnctx = NULL; self_test_sign() local
541 BN_CTX *bnctx = NULL; self_test_asym_cipher() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_backend.c156 ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], BN_CTX *bnctx, unsigned char **genbuf) ec_group_explicit_todata() argument
288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
H A Dec_ameth.c486 BN_CTX *bnctx = NULL; in ec_pkey_export_to() local
H A Dec_lib.c1551 BN_CTX *bnctx = NULL; in EC_GROUP_new_from_params() local
[all...]
/third_party/openssl/crypto/ec/
H A Dec_backend.c156 ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], BN_CTX *bnctx, unsigned char **genbuf) ec_group_explicit_todata() argument
288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
H A Dec_ameth.c486 BN_CTX *bnctx = NULL; in ec_pkey_export_to() local
H A Dec_lib.c1551 BN_CTX *bnctx = NULL; in EC_GROUP_new_from_params() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c121 BN_CTX *bnctx = NULL; in key_to_params() local
456 BN_CTX *bnctx = NULL; in ec_export() local
645 BN_CTX *bnctx = NULL; common_get_params() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c1638 BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey)); in get_payload_public_key() local
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c1635 BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey)); in get_payload_public_key() local
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c121 BN_CTX *bnctx = NULL; in key_to_params() local
456 BN_CTX *bnctx = NULL; in ec_export() local
645 BN_CTX *bnctx = NULL; common_get_params() local
[all...]
/third_party/openssl/test/
H A Dectest.c2348 BN_CTX * bnctx = NULL; in ec_point_hex2point_test() local
2298 ec_point_hex2point_test_helper(const EC_GROUP *group, const EC_POINT *P, point_conversion_form_t form, BN_CTX *bnctx) ec_point_hex2point_test_helper() argument
[all...]
H A Dendecode_test.c57 static BN_CTX *bnctx = NULL; variable
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1373 BN_CTX *bnctx; in crypto_bignum_mod() local
1392 BN_CTX *bnctx; in crypto_bignum_exptmod() local
1414 BN_CTX *bnctx; crypto_bignum_inverse() local
1451 BN_CTX *bnctx; crypto_bignum_div() local
1476 BN_CTX *bnctx; crypto_bignum_addmod() local
1499 BN_CTX *bnctx; crypto_bignum_mulmod() local
1520 BN_CTX *bnctx; crypto_bignum_sqrmod() local
1540 BN_CTX *bnctx; crypto_bignum_sqrtmod() local
1594 BN_CTX *bnctx; crypto_bignum_legendre() local
1637 BN_CTX *bnctx; global() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c1446 BN_CTX *bnctx; in crypto_bignum_mod() local
1465 BN_CTX *bnctx; in crypto_bignum_exptmod() local
1487 BN_CTX *bnctx; crypto_bignum_inverse() local
1524 BN_CTX *bnctx; crypto_bignum_div() local
1549 BN_CTX *bnctx; crypto_bignum_addmod() local
1572 BN_CTX *bnctx; crypto_bignum_mulmod() local
1593 BN_CTX *bnctx; crypto_bignum_sqrmod() local
1613 BN_CTX *bnctx; crypto_bignum_sqrtmod() local
1667 BN_CTX *bnctx; crypto_bignum_legendre() local
1710 BN_CTX *bnctx; global() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c2700 BN_CTX *bnctx; in dpp_auth_derive_l_responder() local
2767 BN_CTX *bnctx; in dpp_auth_derive_l_initiator() local
6660 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, const char *code, const char *identifier, BN_CTX *bnctx, EC_GROUP **ret_group) dpp_pkex_derive_Qi() argument
6744 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, const char *code, const char *identifier, BN_CTX *bnctx, EC_GROUP **ret_group) dpp_pkex_derive_Qr() argument
6899 BN_CTX *bnctx = NULL; dpp_pkex_build_exchange_req() local
7266 BN_CTX *bnctx = NULL; dpp_pkex_rx_exchange_req() local
7602 BN_CTX *bnctx = NULL; dpp_pkex_rx_exchange_resp() local
[all...]

Completed in 37 milliseconds