OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aesInitForDecr
(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/lib/nanohub/
aes.c
183
void
aesInitForDecr
(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t *k)
354
aesInitForDecr
(&ctx->aes, &tmp, k);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
694
.blAesInitForDecr = &
aesInitForDecr
,
[
all
...]
Completed in 101 milliseconds