Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_sizes.h277 PSA_ALG_IS_BLOCK_CIPHER_MAC(alg) ? PSA_BLOCK_CIPHER_BLOCK_LENGTH(key_type) : \
Dcrypto_values.h1035 #define PSA_ALG_IS_BLOCK_CIPHER_MAC(alg) \ macro
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c572 if( PSA_ALG_IS_BLOCK_CIPHER_MAC( algorithm ) ) in psa_mac_key_can_do()