HomeSort by relevance Sort by last modified time
    Searched refs:ivmode (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_reset.c 32 gcm->ivmode = 0;
gcm_add_iv.c 52 /* trip the ivmode flag */
54 gcm->ivmode |= 1;
gcm_add_aad.c 52 if (gcm->ivmode || gcm->buflen != 12) {
gcm_init.c 70 gcm->ivmode = 0;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 243 ivmode, /* Which mode is the IV in? */ member in struct:__anon7175

Completed in 277 milliseconds