Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto_sizes.h126 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 128 macro
129 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 64 macro
Dcrypto_builtin_composites.h54 uint8_t MBEDTLS_PRIVATE(opad)[PSA_HMAC_MAX_HASH_BLOCK_SIZE];
/third_party/mbedtls/library/
Dpsa_crypto_mac.c48 uint8_t ipad[PSA_HMAC_MAX_HASH_BLOCK_SIZE]; in psa_hmac_setup_internal()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_metadata.function389 TEST_ASSERT(block_size <= PSA_HMAC_MAX_HASH_BLOCK_SIZE);