OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AesSetupTempWorksSpace
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/lib/include/nanohub/
aes.h
26
struct
AesSetupTempWorksSpace
{ //unsed temporarily for aesInitForDecr() only, not used after, need not be live
36
void aesInitForDecr(struct AesContext *ctx, struct
AesSetupTempWorksSpace
*tmpSpace, const uint32_t *k);
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
bl.h
31
struct
AesSetupTempWorksSpace
;
82
void (*blAesInitForDecr)(struct AesContext *ctx, struct
AesSetupTempWorksSpace
*tmpSpace, const uint32_t *k);
/device/google/contexthub/lib/nanohub/
aes.c
183
void aesInitForDecr(struct AesContext *ctx, struct
AesSetupTempWorksSpace
*tmpSpace, const uint32_t *k)
352
struct
AesSetupTempWorksSpace
tmp;
Completed in 567 milliseconds