Home
last modified time | relevance | path

Searched refs:pelican_init (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/mac/pelican/
H A Dpelican_memory.c33 if ((err = pelican_init(pel, key, keylen)) != CRYPT_OK) { in pelican_memory()
H A Dpelican_test.c84 if ((err = pelican_init(&pel, tests[x].K, tests[x].keylen)) != CRYPT_OK) { in pelican_test()
H A Dpelican.c24 int pelican_init(pelican_state *pelmac, const unsigned char *key, unsigned long keylen) in pelican_init() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h164 int pelican_init(pelican_state *pelmac, const unsigned char *key, unsigned long keylen);