Searched refs:RSAPrivContext_t (Results 1 – 4 of 4) sorted by relevance
86 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()
205 RSAPrivContext_t *Context_ptr,
268 RSAPrivContext_t *Context_ptr, in RsaPssSign21()
432 }RSAPrivContext_t; typedef444 …uint8_t context_buff[ sizeof(RSAPrivContext_t) + sizeof(uint32_t)] CC_PAL_COMPILER_ALIGN (4); /*…