Searched refs:SIZE_AES_192BIT_KEYLEN_BYTES (Results 1 – 4 of 4) sorted by relevance
69 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_AES_192CtrEncrypt()158 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_AES_192CtrDecrypt()
169 else if (SIZE_AES_192BIT_KEYLEN_BYTES == InData_KeyType) in HW_SCE_AesCcmEncryptKeyOperation()207 else if (SIZE_AES_192BIT_KEYLEN_BYTES == InData_KeyType) in HW_SCE_AesCcmDecryptKeyOperation()
89 if (KeyLen > SIZE_AES_192BIT_KEYLEN_BYTES) in hw_aes_set_key()281 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_Aes192EncryptDecryptInitSub()643 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_Aes192GcmEncryptInitSub()694 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_Aes192GcmDecryptInitSub()959 SIZE_AES_192BIT_KEYLEN_BYTES, in HW_SCE_Aes192CcmEncryptInitSub()
19 #define SIZE_AES_192BIT_KEYLEN_BYTES ((SIZE_AES_192BIT_KEYLEN_BITS) / 8) macro