Searched refs:pelican_init (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/libtomcrypt/src/mac/pelican/ |
D | pelican_memory.c | 41 if ((err = pelican_init(pel, key, keylen)) != CRYPT_OK) { in pelican_memory()
|
D | pelican_test.c | 92 if ((err = pelican_init(&pel, tests[x].K, tests[x].keylen)) != CRYPT_OK) { in pelican_test()
|
D | pelican.c | 31 int pelican_init(pelican_state *pelmac, const unsigned char *key, unsigned long keylen) in pelican_init() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_mac.h | 301 int pelican_init(pelican_state *pelmac, const unsigned char *key, unsigned long keylen);
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 2429 int pelican_init( pelican_state *pelmac, 2464 if ((err = pelican_init(&pelstate, /* the state */
|