OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aesCbcEncr
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/lib/include/nanohub/
aes.h
48
void
aesCbcEncr
(struct AesCbcContext *ctx, const uint32_t *src, uint32_t *dst); //encrypts AES_BLOCK_WORDS words
/device/google/contexthub/util/nanoapp_encr/
nanoapp_encr.c
132
aesCbcEncr
(&ctx, data + i, outBuf);
145
aesCbcEncr
(&ctx, hash, outBuf);
147
aesCbcEncr
(&ctx, hash + AES_BLOCK_WORDS, outBuf);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
699
.blAesCbcEncr = &
aesCbcEncr
,
[
all
...]
/device/google/contexthub/lib/nanohub/
aes.c
358
void
aesCbcEncr
(struct AesCbcContext *ctx, const uint32_t *src, uint32_t *dst)
Completed in 92 milliseconds