Home
last modified time | relevance | path

Searched refs:RSAPrivContext_t (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_sign.c86 RSAPrivContext_t *ccmWorkingContext_ptr; in CC_RsaSignInit()
98 ccmWorkingContext_ptr = (RSAPrivContext_t*)((void*)UserContext_ptr->context_buff); in CC_RsaSignInit()
303 RSAPrivContext_t *ccmWorkingContext_ptr; in CC_RsaSignUpdate()
308 ccmWorkingContext_ptr = (RSAPrivContext_t*)((void*)&UserContext_ptr->context_buff); in CC_RsaSignUpdate()
425 RSAPrivContext_t *ccmWorkingContext_ptr; in CC_RsaSignFinish()
434 ccmWorkingContext_ptr = (RSAPrivContext_t*)((void*)&UserContext_ptr->context_buff); in CC_RsaSignFinish()
Dcc_rsa_local.h205 RSAPrivContext_t *Context_ptr,
Dcc_rsa_pss21_util.c268 RSAPrivContext_t *Context_ptr, in RsaPssSign21()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_types.h432 }RSAPrivContext_t; typedef
444 …uint8_t context_buff[ sizeof(RSAPrivContext_t) + sizeof(uint32_t)] CC_PAL_COMPILER_ALIGN (4); /*…