/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cryp_ex.c | 336 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() 401 uint32_t algo; in HAL_CRYPEx_UnwrapKey() local 425 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYPEx_UnwrapKey() 427 switch (algo) in HAL_CRYPEx_UnwrapKey() 486 uint32_t algo; in HAL_CRYPEx_EncryptSharedKey() local 510 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYPEx_EncryptSharedKey() 512 switch (algo) in HAL_CRYPEx_EncryptSharedKey() 551 uint32_t algo; in HAL_CRYPEx_DecryptSharedKey() local [all …]
|
D | stm32h5xx_hal_cryp.c | 1349 uint32_t algo; in HAL_CRYP_Encrypt() local 1391 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt() 1393 switch (algo) in HAL_CRYP_Encrypt() 1448 uint32_t algo; in HAL_CRYP_Decrypt() local 1482 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt() 1484 switch (algo) in HAL_CRYP_Decrypt() 1538 uint32_t algo; in HAL_CRYP_Encrypt_IT() local 1592 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT() 1594 switch (algo) in HAL_CRYP_Encrypt_IT() 1642 uint32_t algo; in HAL_CRYP_Decrypt_IT() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_cryp_ex.c | 341 uint32_t algo; in HAL_CRYPEx_WrapKey() local 366 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYPEx_WrapKey() 368 switch (algo) in HAL_CRYPEx_WrapKey() 406 uint32_t algo; in HAL_CRYPEx_UnwrapKey() local 430 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYPEx_UnwrapKey() 432 switch (algo) in HAL_CRYPEx_UnwrapKey() 491 uint32_t algo; in HAL_CRYPEx_EncryptSharedKey() local 515 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYPEx_EncryptSharedKey() 517 switch (algo) in HAL_CRYPEx_EncryptSharedKey() 556 uint32_t algo; in HAL_CRYPEx_DecryptSharedKey() local [all …]
|
D | stm32wbaxx_hal_cryp.c | 1362 uint32_t algo; in HAL_CRYP_Encrypt() local 1409 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt() 1411 switch (algo) in HAL_CRYP_Encrypt() 1466 uint32_t algo; in HAL_CRYP_Decrypt() local 1500 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt() 1502 switch (algo) in HAL_CRYP_Decrypt() 1556 uint32_t algo; in HAL_CRYP_Encrypt_IT() local 1610 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT() 1612 switch (algo) in HAL_CRYP_Encrypt_IT() 1660 uint32_t algo; in HAL_CRYP_Decrypt_IT() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_cryp.c | 737 uint32_t algo; in HAL_CRYP_Encrypt() local 768 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt() 770 switch(algo) in HAL_CRYP_Encrypt() 855 uint32_t algo; in HAL_CRYP_Decrypt() local 885 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt() 887 switch(algo) in HAL_CRYP_Decrypt() 971 uint32_t algo; in HAL_CRYP_Encrypt_IT() local 1002 algo = (hcryp->Instance->CR & CRYP_CR_ALGOMODE); in HAL_CRYP_Encrypt_IT() 1004 switch(algo) in HAL_CRYP_Encrypt_IT() 1078 uint32_t algo; in HAL_CRYP_Decrypt_IT() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_cryp.c | 1205 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 …]
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_cryp.c | 1209 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() 1311 uint32_t algo; in HAL_CRYP_Decrypt() local 1347 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt() 1349 switch (algo) in HAL_CRYP_Decrypt() 1410 uint32_t algo; in HAL_CRYP_Encrypt_IT() local 1466 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT() 1468 switch (algo) in HAL_CRYP_Encrypt_IT() 1520 uint32_t algo; in HAL_CRYP_Decrypt_IT() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_cryp.c | 1205 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 …]
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_cryp.c | 1205 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 …]
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_cryp.c | 949 uint32_t algo; in HAL_CRYP_Encrypt() local 981 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt() 983 switch (algo) in HAL_CRYP_Encrypt() 1054 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt() 1056 switch (algo) in HAL_CRYP_Encrypt() 1123 uint32_t algo; in HAL_CRYP_Decrypt() local 1155 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt() 1157 switch (algo) in HAL_CRYP_Decrypt() 1228 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt() 1230 switch (algo) in HAL_CRYP_Decrypt() [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_cryp.c | 949 uint32_t algo; in HAL_CRYP_Encrypt() local 981 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt() 983 switch (algo) in HAL_CRYP_Encrypt() 1054 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt() 1056 switch (algo) in HAL_CRYP_Encrypt() 1123 uint32_t algo; in HAL_CRYP_Decrypt() local 1155 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt() 1157 switch (algo) in HAL_CRYP_Decrypt() 1228 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt() 1230 switch (algo) in HAL_CRYP_Decrypt() [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_cryp.c | 1312 uint32_t algo; in HAL_CRYP_Encrypt() local 1349 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt() 1351 switch (algo) in HAL_CRYP_Encrypt() 1413 uint32_t algo; in HAL_CRYP_Decrypt() local 1449 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt() 1451 switch (algo) in HAL_CRYP_Decrypt() 1512 uint32_t algo; in HAL_CRYP_Encrypt_IT() local 1568 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT() 1570 switch (algo) in HAL_CRYP_Encrypt_IT() 1622 uint32_t algo; in HAL_CRYP_Decrypt_IT() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_cryp.c | 910 uint32_t algo; in HAL_CRYP_Encrypt() local 941 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt() 943 switch (algo) in HAL_CRYP_Encrypt() 1041 uint32_t algo; in HAL_CRYP_Decrypt() local 1071 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt() 1073 switch (algo) in HAL_CRYP_Decrypt() 1169 uint32_t algo; in HAL_CRYP_Encrypt_IT() local 1200 algo = (hcryp->Instance->CR & CRYP_CR_ALGOMODE); in HAL_CRYP_Encrypt_IT() 1202 switch (algo) in HAL_CRYP_Encrypt_IT() 1286 uint32_t algo; in HAL_CRYP_Decrypt_IT() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cryp.c | 1349 uint32_t algo; in HAL_CRYP_Encrypt() local 1391 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt() 1393 switch (algo) in HAL_CRYP_Encrypt() 1448 uint32_t algo; in HAL_CRYP_Decrypt() local 1482 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt() 1484 switch (algo) in HAL_CRYP_Decrypt() 1538 uint32_t algo; in HAL_CRYP_Encrypt_IT() local 1592 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT() 1594 switch (algo) in HAL_CRYP_Encrypt_IT() 1642 uint32_t algo; in HAL_CRYP_Decrypt_IT() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cryp.c | 917 uint32_t algo; in HAL_CRYP_Encrypt() local 948 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt() 950 switch (algo) in HAL_CRYP_Encrypt() 1048 uint32_t algo; in HAL_CRYP_Decrypt() local 1078 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt() 1080 switch (algo) in HAL_CRYP_Decrypt() 1176 uint32_t algo; in HAL_CRYP_Encrypt_IT() local 1207 algo = (hcryp->Instance->CR & CRYP_CR_ALGOMODE); in HAL_CRYP_Encrypt_IT() 1209 switch (algo) in HAL_CRYP_Encrypt_IT() 1293 uint32_t algo; in HAL_CRYP_Decrypt_IT() local [all …]
|