Searched refs:hmac_process (Results 1 – 13 of 13) sorted by relevance
/optee_os/out/arm/core/lib/libtomcrypt/src/mac/hmac/ |
A D | .hmac_process.o.cmd | 1 …hmac_process.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64…
|
A D | .hmac_process.o.d | 1 out/arm/core/lib/libtomcrypt/src/mac/hmac/hmac_process.o: \ 2 core/lib/libtomcrypt/src/mac/hmac/hmac_process.c \
|
/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/ |
A D | pkcs_5_2.c | 80 if ((err = hmac_process(hmac, salt, salt_len)) != CRYPT_OK) { in pkcs_5_alg2() 83 if ((err = hmac_process(hmac, buf[1], 4)) != CRYPT_OK) { in pkcs_5_alg2()
|
/optee_os/core/lib/libtomcrypt/src/mac/hmac/ |
A D | sub.mk | 7 srcs-y += hmac_process.c
|
A D | hmac_process.c | 26 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen) in hmac_process() function
|
A D | hmac_memory.c | 64 if ((err = hmac_process(hmac, in, inlen)) != CRYPT_OK) { in hmac_memory()
|
A D | hmac_memory_multi.c | 64 if ((err = hmac_process(hmac, curptr, curlen)) != CRYPT_OK) { in hmac_memory_multi()
|
A D | hmac_file.c | 73 if ((err = hmac_process(&hmac, buf, (unsigned long)x)) != CRYPT_OK) { in hmac_file()
|
/optee_os/core/lib/libtomcrypt/ |
A D | hmac.c | 45 if (hmac_process(&to_hmac_ctx(ctx)->state, data, len) == CRYPT_OK) in ltc_hmac_update()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 20 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen);
|
/optee_os/out/arm/core/ |
A D | tee.map | 95 out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_process.o) 96 out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac.o) (hmac_process) 11179 …up 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_process.o) 11180 …up 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_process.o) 11181 …up 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_process.o) 11182 …up 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_process.o) 11183 …up 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_process.o) 11184 …up 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_process.o) 11185 …up 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_process.o) 23938 .text.hmac_process [all …]
|
A D | tee.symb_sizes | 757 000000000e139920 0000000000000080 T hmac_process
|
A D | tee.dmp | 1589 0000000000000000 l df *ABS* 0000000000000000 hmac_process.c 2022 000000000e139920 g F .text 0000000000000080 hmac_process 74454 e1304f0: 9400250c bl e139920 <hmac_process> 88257 000000000e139920 <hmac_process>: 88258 hmac_process(): 88259 /home/test/workspace/code/optee_3.16/optee_os/core/lib/libtomcrypt/src/mac/hmac/hmac_process.c:29 88260 e139920: b4000320 cbz x0, e139984 <hmac_process+0x64> 88268 e139938: b40002a1 cbz x1, e13998c <hmac_process+0x6c> 88274 e13994c: 35000220 cbnz w0, e139990 <hmac_process+0x70> 88275 /home/test/workspace/code/optee_3.16/optee_os/core/lib/libtomcrypt/src/mac/hmac/hmac_process.c:34 [all …]
|
Completed in 225 milliseconds