Home
last modified time | relevance | path

Searched refs:eax_init (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/eax/
Deax_encrypt_authenticate_memory.c55 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { in eax_encrypt_authenticate_memory()
Deax_decrypt_verify_memory.c73 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { in eax_decrypt_verify_memory()
Deax_init.c32 int eax_init(eax_state *eax, int cipher, in eax_init() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h111 int eax_init(eax_state *eax, int cipher, const unsigned char *key, unsigned long keylen,
/external/dropbear/libtomcrypt/
DAndroid.mk16 src/encauth/eax/eax_encrypt_authenticate_memory.c src/encauth/eax/eax_init.c \
DMakefile.in107 src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o \
Dmakefile.msvc14 src/encauth/eax/eax_encrypt_authenticate_memory.obj src/encauth/eax/eax_init.obj \
Dmakefile.icc104 src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o \
Dmakefile.unix50 src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o \
Dmakefile.shared109 src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o \
Dcrypt.tex1177 int eax_init( eax_state *eax,
1262 if ((err = eax_init( &eax, /* context */
1269 printf("Error eax_init: %s", error_to_string(err));
Dchanges559 arrays (e.g. > 100 bytes or so). Only in non-critical functions (e.g. eax_init())