Home
last modified time | relevance | path

Searched refs:NX_CRYPTO_AUTHENTICATION_HMAC_SHA2_224 (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_hmac_sha2.c257 if (method -> nx_crypto_algorithm == NX_CRYPTO_AUTHENTICATION_HMAC_SHA2_224) in _nx_crypto_method_hmac_sha256_operation()
Dnx_crypto_method_self_test_hmac_sha.c286 case NX_CRYPTO_AUTHENTICATION_HMAC_SHA2_224: in _nx_crypto_method_self_test_hmac_sha()
Dnx_crypto_methods.c317 NX_CRYPTO_AUTHENTICATION_HMAC_SHA2_224, /* HMAC SHA224 algorithm */
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_const.h124 #define NX_CRYPTO_AUTHENTICATION_HMAC_SHA2_224 0x0001000F /* Unassigned number in IANA. */ macro