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

  /external/dropbear/libtomcrypt/src/mac/omac/
omac_memory.c 14 @file omac_memory.c
31 int omac_memory(int cipher, function
50 if (cipher_descriptor[cipher].omac_memory != NULL) {
51 return cipher_descriptor[cipher].omac_memory(key, keylen, in, inlen, out, outlen);
83 /* $Source: /cvs/libtom/libtomcrypt/src/mac/omac/omac_memory.c,v $ */
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 500 int (*omac_memory)( member in struct:ltc_cipher_descriptor

Completed in 39 milliseconds