Searched refs:IS_CRYP_KEYSIZE (Results 1 – 2 of 2) sorted by relevance
542 #define IS_CRYP_KEYSIZE(__KEYSIZE__) (((__KEYSIZE__) == CRYP_KEYSIZE_128B) || \ macro
268 assert_param(IS_CRYP_KEYSIZE(hcryp->Init.KeySize)); in HAL_CRYP_Init()