Searched refs:crypto_method_hkdf (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_generic_ciphersuites.c | 118 extern NX_CRYPTO_METHOD crypto_method_hkdf; 187 &crypto_method_hkdf, 220 …s_128_gcm_16, 96, 16, &crypto_method_sha256, 32, &crypto_method_hkdf}, 222 …_ccm_16, 96, 16, &crypto_method_sha256, 32, &crypto_method_hkdf}, 223 …s_ccm_8, 96, 16, &crypto_method_sha256, 32, &crypto_method_hkdf}, 240 …s_128_gcm_16, 96, 16, &crypto_method_sha256, 32, &crypto_method_hkdf}, 241 …s_ccm_16, 96, 16, &crypto_method_sha256, 32, &crypto_method_hkdf}, 242 …s_ccm_8, 96, 16, &crypto_method_sha256, 32, &crypto_method_hkdf}, 300 &crypto_method_hkdf, 631 &crypto_method_hkdf,
|
D | nx_crypto_methods.c | 762 NX_CRYPTO_METHOD crypto_method_hkdf = variable
|