Searched refs:eax_init (Results 1 – 12 of 12) sorted by relevance
/external/dropbear/libtomcrypt/src/encauth/eax/ |
D | eax_encrypt_authenticate_memory.c | 55 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { in eax_encrypt_authenticate_memory()
|
D | eax_decrypt_verify_memory.c | 73 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) { in eax_decrypt_verify_memory()
|
D | eax_init.c | 32 int eax_init(eax_state *eax, int cipher, in eax_init() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_mac.h | 111 int eax_init(eax_state *eax, int cipher, const unsigned char *key, unsigned long keylen,
|
/external/dropbear/libtomcrypt/ |
D | Android.mk | 16 src/encauth/eax/eax_encrypt_authenticate_memory.c src/encauth/eax/eax_init.c \
|
D | Makefile.in | 107 src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o \
|
D | makefile.msvc | 14 src/encauth/eax/eax_encrypt_authenticate_memory.obj src/encauth/eax/eax_init.obj \
|
D | makefile.icc | 104 src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o \
|
D | makefile.unix | 50 src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o \
|
D | makefile.shared | 109 src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o \
|
D | crypt.tex | 1177 int eax_init( eax_state *eax, 1262 if ((err = eax_init( &eax, /* context */ 1269 printf("Error eax_init: %s", error_to_string(err));
|
D | changes | 559 arrays (e.g. > 100 bytes or so). Only in non-critical functions (e.g. eax_init())
|