Home
last modified time | relevance | path

Searched defs:pAesGcmCtx (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Daesgcm_driver.c26 void loadAesGcmGhashSubkey(AesGcmContext_t *pAesGcmCtx) in loadAesGcmGhashSubkey()
36 void loadAesGcmKey(AesGcmContext_t *pAesGcmCtx) in loadAesGcmKey()
59 void inc32AesGcmJ0(AesGcmContext_t *pAesGcmCtx) in inc32AesGcmJ0()
77 void loadAesGcmCntr(AesGcmContext_t *pAesGcmCtx) in loadAesGcmCntr()
88 void storeAesGcmCntr(AesGcmContext_t *pAesGcmCtx) in storeAesGcmCntr()
99 void loadAesGcmGhashIV(AesGcmContext_t *pAesGcmCtx) in loadAesGcmGhashIV()
110 void storeAesGcmGhashIV(AesGcmContext_t *pAesGcmCtx, CCBool storeInJ0) in storeAesGcmGhashIV()
126 drvError_t initAesGcm(AesGcmContext_t* pAesGcmCtx) in initAesGcm()
324 drvError_t ProcessAesGcm(AesGcmContext_t *pAesGcmCtx, CCBuffInfo_t *pInputBuffInfo, CCBuffInfo_t *p… in ProcessAesGcm()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dgcm_alt.c120 AesGcmContext_t *pAesGcmCtx = NULL; in gcm_calc_h() local
161 AesGcmContext_t *pAesGcmCtx = NULL; in gcm_init() local
243 AesGcmContext_t *pAesGcmCtx = NULL; in gcm_process_j0() local
309 AesGcmContext_t *pAesGcmCtx = NULL; in gcm_process_aad() local
347 AesGcmContext_t *pAesGcmCtx = NULL; in gcm_process_cipher() local
382 AesGcmContext_t *pAesGcmCtx = NULL; in gcm_process_lenA_lenC() local
421 AesGcmContext_t *pAesGcmCtx = NULL; in gcm_finish() local
473 AesGcmContext_t *pAesGcmCtx = NULL; in gcm_crypt_and_tag() local