OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omac_memory_multi
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/libtomcrypt/demos/
multi.c
62
omac_memory_multi
(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL);
68
omac_memory_multi
(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL);
74
omac_memory_multi
(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL);
/external/dropbear/libtomcrypt/src/mac/omac/
omac_memory_multi.c
15
@file
omac_memory_multi
.c
33
int
omac_memory_multi
(int cipher,
function
88
/* $Source: /cvs/libtom/libtomcrypt/src/mac/omac/
omac_memory_multi
.c,v $ */
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h
45
int
omac_memory_multi
(int cipher,
/external/dropbear/libtomcrypt/
Android.mk
34
src/mac/omac/
omac_memory_multi
.c src/mac/omac/omac_process.c src/mac/omac/omac_test.c \
Completed in 216 milliseconds