Home
last modified time | relevance | path

Searched refs:DLLI_ADDR (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dbypass_driver.c44 (inputDataAddrType != DLLI_ADDR) ) { in ProcessBypass()
50 (outputDataAddrType != DLLI_ADDR) ) { in ProcessBypass()
85 if (outputDataAddrType == DLLI_ADDR){ in ProcessBypass()
94 if (inputDataAddrType == DLLI_ADDR){ in ProcessBypass()
Dchacha_driver.c43 (chachaCtx->inputDataAddrType != DLLI_ADDR) ) { in InitChacha()
49 (chachaCtx->outputDataAddrType != DLLI_ADDR) ) { in InitChacha()
164 ((chachaCtx->inputDataAddrType == DLLI_ADDR) && (inDataSize >= DLLI_MAX_BUFF_SIZE))) { in ProcessChacha()
218 if (chachaCtx->outputDataAddrType == DLLI_ADDR) { in ProcessChacha()
227 if (chachaCtx->inputDataAddrType == DLLI_ADDR) { in ProcessChacha()
Daes_driver.c72 (aesCtx->inputDataAddrType != DLLI_ADDR) ) { in InitAes()
78 (aesCtx->outputDataAddrType != DLLI_ADDR) ) { in InitAes()
308 ((aesCtx->inputDataAddrType == DLLI_ADDR) && (blockSize >= DLLI_MAX_BUFF_SIZE))) { in finalizeCmac()
370 if (aesCtx->inputDataAddrType == DLLI_ADDR) { in finalizeCmac()
429 ((aesCtx->inputDataAddrType == DLLI_ADDR) && (blockSize >= DLLI_MAX_BUFF_SIZE))) { in ProcessAesDrv()
475 if (aesCtx->outputDataAddrType == DLLI_ADDR) { in ProcessAesDrv()
485 if (aesCtx->inputDataAddrType == DLLI_ADDR) { in ProcessAesDrv()
Ddriver_defs.h63 DLLI_ADDR = 1, enumerator
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/
Dprod_crypto_driver.c163 pAesCtx->inputDataAddrType = DLLI_ADDR; in CC_PROD_AesInit()
164 pAesCtx->outputDataAddrType = DLLI_ADDR; in CC_PROD_AesInit()
253 aesCtx.inputDataAddrType = DLLI_ADDR; in CC_PROD_KeyDerivation()
254 aesCtx.outputDataAddrType = DLLI_ADDR; in CC_PROD_KeyDerivation()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_aes.c33 ctx->inputDataAddrType = DLLI_ADDR; in cc3xx_aes_init()
34 ctx->outputDataAddrType = DLLI_ADDR; in cc3xx_aes_init()
Dcc3xx_internal_chacha20.c62 ctx->inputDataAddrType = DLLI_ADDR; in cc3xx_chacha20_init()
63 ctx->outputDataAddrType = DLLI_ADDR; in cc3xx_chacha20_init()
Dcc3xx_psa_mac.c64 ctx->inputDataAddrType = DLLI_ADDR; in cmac_init()
65 ctx->outputDataAddrType = DLLI_ADDR; in cmac_init()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchacha20_alt.c47 chachaCtx->inputDataAddrType = DLLI_ADDR; in mbedtls_chacha20_init()
48 chachaCtx->outputDataAddrType = DLLI_ADDR; in mbedtls_chacha20_init()
Daes_alt.c43 aesCtx->inputDataAddrType = DLLI_ADDR; in mbedtls_aes_init()
44 aesCtx->outputDataAddrType = DLLI_ADDR; in mbedtls_aes_init()
Dcmac_alt.c94 ctx->inputDataAddrType = DLLI_ADDR; in cmac_init()
95 ctx->outputDataAddrType = DLLI_ADDR; in cmac_init()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dcc_util_cmac.c166 aesCtxBuf.inputDataAddrType = DLLI_ADDR; in UtilCmacDeriveKey()
167 aesCtxBuf.outputDataAddrType = DLLI_ADDR; in UtilCmacDeriveKey()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_chacha.c150 chachaCtx->inputDataAddrType = DLLI_ADDR; in mbedtls_chacha_init()
151 chachaCtx->outputDataAddrType = DLLI_ADDR; in mbedtls_chacha_init()