Home
last modified time | relevance | path

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/
Dcc3xx_psa_cipher.h45 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);
Dcc3xx_crypto_primitives.h42 typedef struct cc3xx_cipher_operation_s cc3xx_cipher_operation_t; typedef
Dcc3xx_crypto_primitives_private.h86 cc3xx_cipher_operation_t cmac; /*!< Underlying cipher op for CMAC */
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/include/
Dcc3xx_psa_cipher.h45 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);
Dcc3xx_internal_cipher.h42 cc3xx_cipher_operation_t *operation,
59 cc3xx_cipher_operation_t *operation,
73 cc3xx_cipher_operation_t *operation);
Dcc3xx_crypto_primitives_private.h132 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/
Dcc3xx_psa_cipher.c74 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 …]
Dcc3xx_psa_mac.c108 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/
Dcc3xx_psa_cipher.c295 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()
Dcc3xx_internal_cipher.c214 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/
Dcrypto_driver_contexts_primitives.h110 cc3xx_cipher_operation_t cc3xx_driver_ctx;
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/
Dpsa_driver_api_design.rst121 * ``cc3xx_cipher_operation_t``: Required for symmetric cipher multipart
/trusted-firmware-m-latest/lib/ext/mbedcrypto/
D0005-Hardcode-CC3XX-entry-points.patch84 + cc3xx_cipher_operation_t cc3xx_driver_ctx;