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

  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory.c 30 int xcbc_memory(int cipher, function
44 if (cipher_descriptor[cipher].xcbc_memory != NULL) {
45 return cipher_descriptor[cipher].xcbc_memory(key, keylen, in, inlen, out, outlen);
69 /* $Source: /cvs/libtom/libtomcrypt/src/mac/xcbc/xcbc_memory.c,v $ */
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 514 int (*xcbc_memory)( member in struct:ltc_cipher_descriptor

Completed in 108 milliseconds