HomeSort by relevance Sort by last modified time
    Searched defs:blklen (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_init.c 38 int err, blklen; local
53 blklen = cipher_descriptor[cipher].block_length;
76 if ((err = omac_process(omac, buf, blklen)) != CRYPT_OK) {
91 buf[blklen - 1] = 1;
98 if ((err = omac_process(&eax->headeromac, buf, blklen)) != CRYPT_OK) {
122 buf[blklen-1] = 2;
123 if ((err = omac_process(&eax->ctomac, buf, blklen)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 31 blklen; member in struct:__anon3291

Completed in 103 milliseconds