/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecdh_kdf.c | 31 EVP_KDF_CTX *kctx = NULL; in ossl_ecdh_kdf_X9_63() local
|
/third_party/openssl/crypto/ec/ |
H A D | ecdh_kdf.c | 31 EVP_KDF_CTX *kctx = NULL; in ossl_ecdh_kdf_X9_63() local
|
/third_party/openssl/demos/kdf/ |
H A D | scrypt.c | 64 EVP_KDF_CTX *kctx = NULL; in main() local
|
H A D | pbkdf2.c | 62 EVP_KDF_CTX *kctx = NULL; in main() local
|
H A D | hkdf.c | 48 EVP_KDF_CTX *kctx = NULL; in main() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pbe_scrypt.c | 46 EVP_KDF_CTX *kctx; in EVP_PBE_scrypt_ex() local
|
H A D | p5_crpt.c | 40 EVP_KDF_CTX *kctx = NULL; in PKCS5_PBE_keyivgen_ex() local
|
H A D | p5_crpt2.c | 30 EVP_KDF_CTX *kctx; in ossl_pkcs5_pbkdf2_hmac_ex() local
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_kdf.c | 36 EVP_KDF_CTX *kctx = NULL; in ossl_dh_kdf_X9_42_asn1() local
|
/third_party/openssl/crypto/dh/ |
H A D | dh_kdf.c | 36 EVP_KDF_CTX *kctx = NULL; in ossl_dh_kdf_X9_42_asn1() local
|
/third_party/openssl/crypto/evp/ |
H A D | pbe_scrypt.c | 46 EVP_KDF_CTX *kctx; in EVP_PBE_scrypt_ex() local
|
H A D | p5_crpt.c | 40 EVP_KDF_CTX *kctx = NULL; in PKCS5_PBE_keyivgen_ex() local
|
H A D | p5_crpt2.c | 30 EVP_KDF_CTX *kctx; in ossl_pkcs5_pbkdf2_hmac_ex() local
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | self_test_kats.c | 445 EVP_PKEY_CTX *sctx = NULL, *kctx = NULL; in self_test_sign() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 146 struct kmac_data_st *kctx = vmacctx; in kmac_free() local 164 struct kmac_data_st *kctx; in kmac_new() local 180 struct kmac_data_st *kctx = kmac_new(provctx); kmac_fetch_new() local 242 kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, size_t keylen) kmac_setkey() argument 270 struct kmac_data_st *kctx = vmacctx; kmac_init() local 328 struct kmac_data_st *kctx = vmacctx; kmac_update() local 336 struct kmac_data_st *kctx = vmacctx; kmac_final() local 368 struct kmac_data_st *kctx = vmacctx; kmac_get_ctx_params() local 409 struct kmac_data_st *kctx = vmacctx; kmac_set_ctx_params() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_enc.c | 36 EVP_KDF_CTX *kctx = NULL; in tls1_PRF() local
|
H A D | tls13_enc.c | 41 EVP_KDF_CTX *kctx; in tls13_hkdf_expand() local 169 EVP_KDF_CTX *kctx; in tls13_generate_secret() local [all...] |
/third_party/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 146 struct kmac_data_st *kctx = vmacctx; in kmac_free() local 164 struct kmac_data_st *kctx; in kmac_new() local 180 struct kmac_data_st *kctx = kmac_new(provctx); kmac_fetch_new() local 242 kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, size_t keylen) kmac_setkey() argument 270 struct kmac_data_st *kctx = vmacctx; kmac_init() local 328 struct kmac_data_st *kctx = vmacctx; kmac_update() local 336 struct kmac_data_st *kctx = vmacctx; kmac_final() local 368 struct kmac_data_st *kctx = vmacctx; kmac_get_ctx_params() local 409 struct kmac_data_st *kctx = vmacctx; kmac_set_ctx_params() local [all...] |
/third_party/openssl/ssl/ |
H A D | t1_enc.c | 36 EVP_KDF_CTX *kctx = NULL; in tls1_PRF() local
|
H A D | tls13_enc.c | 41 EVP_KDF_CTX *kctx; in tls13_hkdf_expand() local 169 EVP_KDF_CTX *kctx; in tls13_generate_secret() local [all...] |
/third_party/openssl/providers/fips/ |
H A D | self_test_kats.c | 445 EVP_PKEY_CTX *sctx = NULL, *kctx = NULL; in self_test_sign() local
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 331 EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); in ngtcp2_crypto_hkdf_extract() local 386 EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); in ngtcp2_crypto_hkdf_expand() local 440 EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); in ngtcp2_crypto_hkdf() local
|
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 1356 EVP_PKEY_CTX *pctx = NULL, *ctx = NULL, *kctx = NULL; in test_ec_dup_no_operation() local 1389 EVP_PKEY_CTX *pctx = NULL, *ctx = NULL, *kctx = NULL; in test_ec_dup_keygen_operation() local
|
H A D | evp_kdf_test.c | 26 EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); in get_kdfbyname_libctx() local 62 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf() local 85 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_invalid_digest() local 102 EVP_KDF_CTX *kctx = NULL; test_kdf_tls1_prf_zero_output_size() local 122 EVP_KDF_CTX *kctx = NULL; test_kdf_tls1_prf_empty_secret() local 140 EVP_KDF_CTX *kctx = NULL; test_kdf_tls1_prf_1byte_secret() local 158 EVP_KDF_CTX *kctx = NULL; test_kdf_tls1_prf_empty_seed() local 178 EVP_KDF_CTX *kctx = NULL; test_kdf_tls1_prf_1byte_seed() local 223 EVP_KDF_CTX *kctx = NULL; test_kdf_hkdf() local 249 EVP_KDF_CTX *kctx = NULL; do_kdf_hkdf_gettables() local 305 EVP_KDF_CTX *kctx = NULL; test_kdf_hkdf_invalid_digest() local 322 EVP_KDF_CTX *kctx = NULL; test_kdf_hkdf_derive_set_params_fail() local 345 EVP_KDF_CTX *kctx = NULL; test_kdf_hkdf_set_invalid_mode() local 369 EVP_KDF_CTX *kctx = NULL; do_kdf_hkdf_set_invalid_param() local 405 EVP_KDF_CTX *kctx = NULL; test_kdf_hkdf_zero_output_size() local 425 EVP_KDF_CTX *kctx = NULL; test_kdf_hkdf_empty_key() local 443 EVP_KDF_CTX *kctx = NULL; test_kdf_hkdf_1byte_key() local 461 EVP_KDF_CTX *kctx = NULL; test_kdf_hkdf_empty_salt() local 500 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf1() local 572 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf2() local 604 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf2_small_output() local 631 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf2_large_output() local 662 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf2_small_salt() local 687 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf2_small_iterations() local 712 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf2_small_salt_pkcs5() local 749 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf2_small_iterations_pkcs5() local 786 EVP_KDF_CTX *kctx = NULL; test_kdf_pbkdf2_invalid_digest() local 812 EVP_KDF_CTX *kctx; test_kdf_scrypt() local 855 EVP_KDF_CTX *kctx; test_kdf_ss_hash() local 893 EVP_KDF_CTX *kctx; test_kdf_x963() local 951 EVP_KDF_CTX *kctx; test_kdf_kbkdf_6803_128() local 1006 EVP_KDF_CTX *kctx; test_kdf_kbkdf_6803_256() local 1099 EVP_KDF_CTX *kctx; test_kdf_kbkdf_invalid_digest() local 1121 EVP_KDF_CTX *kctx; test_kdf_kbkdf_invalid_mac() local 1143 EVP_KDF_CTX *kctx; test_kdf_kbkdf_empty_key() local 1167 EVP_KDF_CTX *kctx; test_kdf_kbkdf_1byte_key() local 1189 EVP_KDF_CTX *kctx; test_kdf_kbkdf_zero_output_size() local 1215 EVP_KDF_CTX *kctx; test_kdf_kbkdf_8009_prf1() local 1255 EVP_KDF_CTX *kctx; test_kdf_kbkdf_8009_prf2() local 1306 EVP_KDF_CTX *kctx; test_kdf_kbkdf_fixedinfo() local 1360 EVP_KDF_CTX *kctx; test_kdf_ss_hmac() local 1401 EVP_KDF_CTX *kctx; test_kdf_ss_kmac() local 1453 EVP_KDF_CTX *kctx; test_kdf_sshkdf() local 1562 EVP_KDF_CTX *kctx = NULL; test_kdf_x942_asn1() local 1598 EVP_KDF_CTX *kctx; test_kdf_krb5kdf() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1974 EVP_PKEY_CTX *kctx = NULL; in crypto_ecdh_init() local
|