/third_party/openssl/test/ |
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; in test_kdf_tls1_prf_zero_output_size() local 122 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_empty_secret() local 140 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_1byte_secret() local 158 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_empty_seed() local 178 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_1byte_seed() local 223 EVP_KDF_CTX *kctx = NULL; in test_kdf_hkdf() local 249 EVP_KDF_CTX *kctx = NULL; in do_kdf_hkdf_gettables() local [all …]
|
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
|
D | evp_extra_test.c | 1800 EVP_PKEY_CTX *pctx = NULL, *kctx = NULL; in test_EC_keygen_with_enc() local 1918 EVP_PKEY_CTX *kctx = NULL; in test_EVP_SM2() local 2348 EVP_PKEY_CTX *kctx = NULL; in test_CMAC_keygen() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
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); in kmac_fetch_new() local 242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey() 270 struct kmac_data_st *kctx = vmacctx; in kmac_init() local 328 struct kmac_data_st *kctx = vmacctx; in kmac_update() local 336 struct kmac_data_st *kctx = vmacctx; in kmac_final() local 368 struct kmac_data_st *kctx = vmacctx; in kmac_get_ctx_params() local 409 struct kmac_data_st *kctx = vmacctx; in kmac_set_ctx_params() local
|
/third_party/openssl/providers/implementations/macs/ |
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); in kmac_fetch_new() local 242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey() 270 struct kmac_data_st *kctx = vmacctx; in kmac_init() local 328 struct kmac_data_st *kctx = vmacctx; in kmac_update() local 336 struct kmac_data_st *kctx = vmacctx; in kmac_final() local 368 struct kmac_data_st *kctx = vmacctx; in kmac_get_ctx_params() local 409 struct kmac_data_st *kctx = vmacctx; in kmac_set_ctx_params() local
|
/third_party/openssl/demos/kdf/ |
D | pbkdf2.c | 62 EVP_KDF_CTX *kctx = NULL; in main() local
|
D | hkdf.c | 48 EVP_KDF_CTX *kctx = NULL; in main() local
|
D | scrypt.c | 64 EVP_KDF_CTX *kctx = NULL; in main() local
|
/third_party/openssl/crypto/ec/ |
D | ecdh_kdf.c | 31 EVP_KDF_CTX *kctx = NULL; in ossl_ecdh_kdf_X9_63() local
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ecdh_kdf.c | 31 EVP_KDF_CTX *kctx = NULL; in ossl_ecdh_kdf_X9_63() local
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_kdf.c | 36 EVP_KDF_CTX *kctx = NULL; in ossl_dh_kdf_X9_42_asn1() local
|
/third_party/openssl/crypto/dh/ |
D | dh_kdf.c | 36 EVP_KDF_CTX *kctx = NULL; in ossl_dh_kdf_X9_42_asn1() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | pbe_scrypt.c | 46 EVP_KDF_CTX *kctx; in EVP_PBE_scrypt_ex() local
|
D | p5_crpt.c | 40 EVP_KDF_CTX *kctx = NULL; in PKCS5_PBE_keyivgen_ex() local
|
D | p5_crpt2.c | 30 EVP_KDF_CTX *kctx; in ossl_pkcs5_pbkdf2_hmac_ex() local
|
/third_party/openssl/crypto/evp/ |
D | pbe_scrypt.c | 46 EVP_KDF_CTX *kctx; in EVP_PBE_scrypt_ex() local
|
D | p5_crpt.c | 40 EVP_KDF_CTX *kctx = NULL; in PKCS5_PBE_keyivgen_ex() local
|
D | p5_crpt2.c | 30 EVP_KDF_CTX *kctx; in ossl_pkcs5_pbkdf2_hmac_ex() local
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
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/ssl/ |
D | tls13_enc.c | 41 EVP_KDF_CTX *kctx; in tls13_hkdf_expand() local 169 EVP_KDF_CTX *kctx; in tls13_generate_secret() local
|
D | t1_enc.c | 36 EVP_KDF_CTX *kctx = NULL; in tls1_PRF() local
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | tls13_enc.c | 41 EVP_KDF_CTX *kctx; in tls13_hkdf_expand() local 169 EVP_KDF_CTX *kctx; in tls13_generate_secret() local
|
D | t1_enc.c | 36 EVP_KDF_CTX *kctx = NULL; in tls1_PRF() local
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
D | self_test_kats.c | 445 EVP_PKEY_CTX *sctx = NULL, *kctx = NULL; in self_test_sign() local
|
/third_party/openssl/providers/fips/ |
D | self_test_kats.c | 445 EVP_PKEY_CTX *sctx = NULL, *kctx = NULL; in self_test_sign() local
|