Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_sizes.h122 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 144u macro
124 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 136u macro
126 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 128u macro
128 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 128u macro
130 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 104u macro
132 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 72u macro
134 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 64u macro
136 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 64u macro
138 #define PSA_HMAC_MAX_HASH_BLOCK_SIZE 64u macro
H A Dcrypto_builtin_key_derivation.h110 uint8_t MBEDTLS_PRIVATE(password)[PSA_HMAC_MAX_HASH_BLOCK_SIZE];
H A Dcrypto_builtin_composites.h51 uint8_t MBEDTLS_PRIVATE(opad)[PSA_HMAC_MAX_HASH_BLOCK_SIZE];
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_mac.c37 uint8_t ipad[PSA_HMAC_MAX_HASH_BLOCK_SIZE]; in psa_hmac_setup_internal()
H A Dpsa_crypto.c7405 PSA_HMAC_MAX_HASH_BLOCK_SIZE, output_len); in psa_pbkdf2_hmac_set_password()