Home
last modified time | relevance | path

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

/mbedtls-latest/include/psa/
Dcrypto_sizes.h331 PSA_ALG_IS_BLOCK_CIPHER_MAC(alg) ? PSA_BLOCK_CIPHER_BLOCK_LENGTH(key_type) : \
Dcrypto_values.h1149 #define PSA_ALG_IS_BLOCK_CIPHER_MAC(alg) \ macro
/mbedtls-latest/library/
Dpsa_crypto.c694 if (PSA_ALG_IS_BLOCK_CIPHER_MAC(algorithm)) { in psa_mac_key_can_do()