Home
last modified time | relevance | path

Searched refs:HmacSupportedHashModes_t (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/proj/cc3x/
Dcc_general_defs.h42 extern const uint8_t HmacSupportedHashModes_t[CC_HASH_NumOfModes];
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/src/proj/cc3x/
Dcc_hash_info.c21 const uint8_t HmacSupportedHashModes_t[CC_HASH_NumOfModes] = { variable
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/utils/
Dmbedtls_cc_util_key_derivation.c109 if (CC_TRUE == HmacSupportedHashModes_t[hashMode]) { in mbedtls_util_key_derivation()