Home
last modified time | relevance | path

Searched refs:OSSL_KDF_NAME_X942KDF_ASN1 (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/dh/
Ddh_kdf.c41 kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X942KDF_ASN1, propq); in ossl_dh_kdf_X9_42_asn1()
/third_party/openssl/providers/implementations/exchange/
Ddh_exch.c330 else if (strcmp(name, OSSL_KDF_NAME_X942KDF_ASN1) == 0) in dh_set_ctx_params()
462 kdf_type = OSSL_KDF_NAME_X942KDF_ASN1; in dh_get_ctx_params()
/third_party/openssl/include/openssl/
Dcore_names.h236 #define OSSL_KDF_NAME_X942KDF_ASN1 "X942KDF-ASN1" macro
/third_party/openssl/doc/man7/
DEVP_KEYEXCH-DH.pod27 the KDF type is set to "X942KDF-ASN1" (B<OSSL_KDF_NAME_X942KDF_ASN1>).
/third_party/openssl/test/
Devp_kdf_test.c1578 TEST_ptr(kctx = get_kdfbyname(OSSL_KDF_NAME_X942KDF_ASN1)) in test_kdf_x942_asn1()
/third_party/openssl/crypto/evp/
Dctrl_params_translate.c926 { EVP_PKEY_DH_KDF_X9_42, OSSL_KDF_NAME_X942KDF_ASN1 }, in fix_dh_kdf_type()
/third_party/openssl/providers/fips/
Dself_test_data.inc607 OSSL_KDF_NAME_X942KDF_ASN1,