OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aesEncr
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/lib/include/nanohub/
aes.h
37
void
aesEncr
(struct AesContext *ctx, const uint32_t *src, uint32_t *dst); //encrypts AES_BLOCK_WORDS words
/device/google/contexthub/lib/nanohub/
aes.c
204
void
aesEncr
(struct AesContext *ctx, const uint32_t *src, uint32_t *dst)
365
aesEncr
(&ctx->aes, ctx->iv, dst);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
695
.blAesEncr = &
aesEncr
,
[
all
...]
Completed in 96 milliseconds