Home
last modified time | relevance | path

Searched refs:IVlen (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_add_iv.c28 const unsigned char *IV, unsigned long IVlen) in gcm_add_iv() argument
34 if (IVlen > 0) { in gcm_add_iv()
53 if (IVlen + gcm->buflen > 12) { in gcm_add_iv()
60 for (x = 0; x < (IVlen & ~15); x += 16) { in gcm_add_iv()
72 for (; x < IVlen; x++) { in gcm_add_iv()
Dgcm_memory.c39 const unsigned char *IV, unsigned long IVlen, in gcm_memory() argument
58 IV, IVlen, in gcm_memory()
90 if ((err = gcm_add_iv(gcm, IV, IVlen)) != CRYPT_OK) { in gcm_memory()
Dgcm_test.c37 unsigned long IVlen; in gcm_test()
343 tests[x].IV, tests[x].IVlen, in gcm_test()
374 tests[x].IV, tests[x].IVlen, in gcm_test()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h267 const unsigned char *IV, unsigned long IVlen);
282 const unsigned char *IV, unsigned long IVlen,
Dtomcrypt_cipher.h484 const unsigned char *IV, unsigned long IVlen,
/external/dropbear/libtomcrypt/
Dcrypt.tex1569 unsigned long IVlen);
1571 This adds the initial vector octets from \textit{IV} of length \textit{IVlen} to the GCM state \tex…
1636 const unsigned char *IV, unsigned long IVlen,
5566 @param IVlen The length of the initial vector
5579 const unsigned char *IV, unsigned long IVlen,