Searched refs:algo (Results 1 – 4 of 4) sorted by relevance
336 uint32_t algo; in HAL_CRYPEx_WrapKey() local361 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYPEx_WrapKey()363 switch (algo) in HAL_CRYPEx_WrapKey()397 uint32_t algo; in HAL_CRYPEx_UnwrapKey() local421 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYPEx_UnwrapKey()423 switch (algo) in HAL_CRYPEx_UnwrapKey()482 uint32_t algo; in HAL_CRYPEx_EncryptSharedKey() local506 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYPEx_EncryptSharedKey()508 switch (algo) in HAL_CRYPEx_EncryptSharedKey()543 uint32_t algo; in HAL_CRYPEx_DecryptSharedKey() local[all …]
1243 uint32_t algo; in HAL_CRYP_Encrypt() local1285 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()1287 switch (algo) in HAL_CRYP_Encrypt()1342 uint32_t algo; in HAL_CRYP_Decrypt() local1376 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()1378 switch (algo) in HAL_CRYP_Decrypt()1432 uint32_t algo; in HAL_CRYP_Encrypt_IT() local1486 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()1488 switch (algo) in HAL_CRYP_Encrypt_IT()1536 uint32_t algo; in HAL_CRYP_Decrypt_IT() local[all …]
1205 uint32_t algo; in HAL_CRYP_Encrypt() local1242 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()1244 switch (algo) in HAL_CRYP_Encrypt()1306 uint32_t algo; in HAL_CRYP_Decrypt() local1342 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()1344 switch (algo) in HAL_CRYP_Decrypt()1405 uint32_t algo; in HAL_CRYP_Encrypt_IT() local1461 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()1463 switch (algo) in HAL_CRYP_Encrypt_IT()1515 uint32_t algo; in HAL_CRYP_Decrypt_IT() local[all …]
1204 uint32_t algo; in HAL_CRYP_Encrypt() local1246 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()1248 switch (algo) in HAL_CRYP_Encrypt()1303 uint32_t algo; in HAL_CRYP_Decrypt() local1337 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()1339 switch (algo) in HAL_CRYP_Decrypt()1393 uint32_t algo; in HAL_CRYP_Encrypt_IT() local1447 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()1449 switch (algo) in HAL_CRYP_Encrypt_IT()1497 uint32_t algo; in HAL_CRYP_Decrypt_IT() local[all …]