OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aesInitForEncr
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/lib/include/nanohub/
aes.h
35
void
aesInitForEncr
(struct AesContext *ctx, const uint32_t *k);
/device/google/contexthub/lib/nanohub/
aes.c
155
void
aesInitForEncr
(struct AesContext *ctx, const uint32_t *k)
188
aesInitForEncr
(&tmpSpace->tmpCtx, k);
346
aesInitForEncr
(&ctx->aes, k);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
693
.blAesInitForEncr = &
aesInitForEncr
,
[
all
...]
Completed in 676 milliseconds