Home
last modified time | relevance | path

Searched refs:algo (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_cryp_ex.c336 uint32_t algo; in HAL_CRYPEx_WrapKey() local
361 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() local
421 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() local
506 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 …]
Dstm32h5xx_hal_cryp.c1243 uint32_t algo; in HAL_CRYP_Encrypt() local
1285 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() local
1376 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() local
1486 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 …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_cryp.c1205 uint32_t algo; in HAL_CRYP_Encrypt() local
1242 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() local
1342 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() local
1461 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 …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_cryp.c1204 uint32_t algo; in HAL_CRYP_Encrypt() local
1246 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() local
1337 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() local
1447 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 …]