Home
last modified time | relevance | path

Searched refs:cryptoDirection_t (Results 1 – 18 of 18) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/
Dprod_crypto_driver.h42 cryptoDirection_t encDecDir,
54 cryptoDirection_t encDecDir,
Dprod_crypto_driver.c93 cryptoDirection_t encDecDir, in CC_PROD_Aes()
137 cryptoDirection_t encDecDir, in CC_PROD_AesInit()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Daes_driver_ext_dma.h30 drvError_t AesExtDmaInit(cryptoDirection_t encryptDecryptFlag,
Dchacha_driver.h36 cryptoDirection_t dir;
Daesccm_driver.h44 cryptoDirection_t dir;
Daes_driver.h27 cryptoDirection_t dir;
Daesgcm_driver.h82 cryptoDirection_t dir;
Daes_driver_ext_dma.c26 drvError_t AesExtDmaInit(cryptoDirection_t encryptDecryptFlag, in AesExtDmaInit()
32 cryptoDirection_t dir; in AesExtDmaInit()
Ddriver_defs.h72 }cryptoDirection_t; typedef
Daes_driver.c44 cryptoDirection_t dir; in InitAes()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_aes.c54 cryptoDirection_t direction) in aes_setkey()
Dcc3xx_internal_gcm.c52 cryptoDirection_t direction) in gcm_setkey()
116 cryptoDirection_t direction, const uint8_t *pIv, in gcm_init()
450 cryptoDirection_t direction, const psa_key_attributes_t *attributes, in gcm_crypt_and_tag()
Dcc3xx_internal_ccm.c41 cryptoDirection_t direction) in ccm_setkey()
128 cryptoDirection_t encryptDecryptFlag, in ccm_init()
553 size_t tag_length, cryptoDirection_t dir, uint32_t ccmMode) in ccm_auth_crypt()
Dcc3xx_internal_chacha20_poly1305.c27 cryptoDirection_t direction, const uint8_t *key_buffer, in chacha20_poly1305_crypt_and_tag()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_ccm_internal.c32 cryptoDirection_t encryptDecryptFlag, in ccm_init()
501 cryptoDirection_t dir, in ccm_auth_crypt()
Dmbedtls_aes_ext_dma.c103 drvRc = AesExtDmaInit((cryptoDirection_t)encryptDecryptFlag, mode, keySizeId); in mbedtls_aes_ext_dma_init()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dgcm_alt.c150 cryptoDirection_t encryptDecryptFlag, in gcm_init()
482 rc = gcm_init(ctx, (cryptoDirection_t)mode, in gcm_crypt_and_tag()
Daes_alt.c73 unsigned int keybits, cryptoDirection_t dir) in aes_setkey()