OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctomac
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtomcrypt/src/encauth/eax/
eax_done.c
51
/* finish
ctomac
*/
53
if ((err = omac_done(&eax->
ctomac
, ctmac, &len)) != CRYPT_OK) {
eax_decrypt.c
38
if ((err = omac_process(&eax->
ctomac
, ct, length)) != CRYPT_OK) {
eax_encrypt.c
43
return omac_process(&eax->
ctomac
, ct, length);
eax_init.c
116
if ((err = omac_init(&eax->
ctomac
, cipher, key, keylen)) != CRYPT_OK) {
123
if ((err = omac_process(&eax->
ctomac
, buf, blklen)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h
108
omac_state headeromac,
ctomac
;
member in struct:__anon7173
Completed in 1319 milliseconds