Home
last modified time | relevance | path

Searched defs:MBEDTLS_CMAC_MAX_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcmac.h32 #define MBEDTLS_CMAC_MAX_BLOCK_SIZE 16 /**< The longest block used by CMAC is that of AES. */ macro
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcmac.h32 #define MBEDTLS_CMAC_MAX_BLOCK_SIZE 16 /**< The longest block used by CMAC is that of AES. */ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dcmac.c138 static void cmac_pad(unsigned char padded_block[MBEDTLS_CMAC_MAX_BLOCK_SIZE], in cmac_pad()
/aosp_15_r20/external/mbedtls/library/
H A Dcmac.c143 static void cmac_pad(unsigned char padded_block[MBEDTLS_CMAC_MAX_BLOCK_SIZE], in cmac_pad()