Searched defs:omac_memory (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/src/mac/omac/
H A Domac_memory.c14 @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/
H A Dtomcrypt_cipher.h500 int (*omac_memory)( member in struct:ltc_cipher_descriptor

Completed in 87 milliseconds