Searched refs:cc3xx_cipher_operation_t (Results 1 – 13 of 13) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/include/ |
| D | cc3xx_psa_cipher.h | 45 cc3xx_cipher_operation_t *operation, 68 cc3xx_cipher_operation_t *operation, 83 cc3xx_cipher_operation_t *operation, 100 cc3xx_cipher_operation_t *operation, 116 cc3xx_cipher_operation_t *operation, 127 cc3xx_cipher_operation_t *operation);
|
| D | cc3xx_crypto_primitives.h | 42 typedef struct cc3xx_cipher_operation_s cc3xx_cipher_operation_t; typedef
|
| D | cc3xx_crypto_primitives_private.h | 86 cc3xx_cipher_operation_t cmac; /*!< Underlying cipher op for CMAC */
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/include/ |
| D | cc3xx_psa_cipher.h | 45 cc3xx_cipher_operation_t *operation, 68 cc3xx_cipher_operation_t *operation, 83 cc3xx_cipher_operation_t *operation, 100 cc3xx_cipher_operation_t *operation, 116 cc3xx_cipher_operation_t *operation, 127 cc3xx_cipher_operation_t *operation);
|
| D | cc3xx_internal_cipher.h | 42 cc3xx_cipher_operation_t *operation, 59 cc3xx_cipher_operation_t *operation, 73 cc3xx_cipher_operation_t *operation);
|
| D | cc3xx_crypto_primitives_private.h | 132 typedef struct cc3xx_cipher_operation_s cc3xx_cipher_operation_t; typedef
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
| D | cc3xx_psa_cipher.c | 74 cc3xx_cipher_operation_t *operation, in cipher_setup() 93 CC_PalMemSetZero(operation, sizeof(cc3xx_cipher_operation_t)); in cipher_setup() 172 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_encrypt_setup() 185 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_decrypt_setup() 198 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_set_iv() 265 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_update() 458 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_finish() 592 psa_status_t cc3xx_cipher_abort(cc3xx_cipher_operation_t *operation) in cc3xx_cipher_abort() 609 CC_PalMemSetZero(operation, sizeof(cc3xx_cipher_operation_t)); in cc3xx_cipher_abort() 628 cc3xx_cipher_operation_t operation = {0}; in cc3xx_cipher_encrypt() [all …]
|
| D | cc3xx_psa_mac.c | 108 static psa_status_t cmac_setup(cc3xx_cipher_operation_t *cmac, in cmac_setup() 140 static psa_status_t cmac_update(cc3xx_cipher_operation_t *cmac_ctx, in cmac_update() 216 static psa_status_t cmac_finish(cc3xx_cipher_operation_t *cmac_ctx, in cmac_finish() 245 CC_PalMemSetZero(cmac_ctx, sizeof(cc3xx_cipher_operation_t)); in cmac_finish()
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/ |
| D | cc3xx_psa_cipher.c | 295 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_encrypt_setup() 309 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_decrypt_setup() 323 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_set_iv() 331 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_update() 475 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_finish() 599 cc3xx_cipher_operation_t *operation) in cc3xx_cipher_abort() 601 …cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_cipher_operation_t) / sizeof(uint32_… in cc3xx_cipher_abort()
|
| D | cc3xx_internal_cipher.c | 214 cc3xx_cipher_operation_t *operation, in cc3xx_internal_cipher_setup_init() 273 cc3xx_cipher_operation_t *operation, in cc3xx_internal_cipher_setup_set_iv() 349 cc3xx_cipher_operation_t *operation) in cc3xx_internal_cipher_setup_complete()
|
| /trusted-firmware-m-latest/interface/include/psa/ |
| D | crypto_driver_contexts_primitives.h | 110 cc3xx_cipher_operation_t cc3xx_driver_ctx;
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/ |
| D | psa_driver_api_design.rst | 121 * ``cc3xx_cipher_operation_t``: Required for symmetric cipher multipart
|
| /trusted-firmware-m-latest/lib/ext/mbedcrypto/ |
| D | 0005-Hardcode-CC3XX-entry-points.patch | 84 + cc3xx_cipher_operation_t cc3xx_driver_ctx;
|