Home
last modified time | relevance | path

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

/mbedtls-development/include/psa/
A Dcrypto_builtin_composites.h55 uint8_t MBEDTLS_PRIVATE(opad)[PSA_HMAC_MAX_HASH_BLOCK_SIZE];
A Dcrypto_sizes.h126 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 128 macro
129 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 64 macro
/mbedtls-development/library/
A Dpsa_crypto_mac.c58 uint8_t ipad[PSA_HMAC_MAX_HASH_BLOCK_SIZE]; in psa_hmac_setup_internal()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_metadata.function387 TEST_ASSERT( block_size <= PSA_HMAC_MAX_HASH_BLOCK_SIZE );

Completed in 8 milliseconds