OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f9_memory
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/mac/f9/
f9_memory.c
30
int
f9_memory
(int cipher,
function
44
if (cipher_descriptor[cipher].
f9_memory
!= NULL) {
45
return cipher_descriptor[cipher].
f9_memory
(key, keylen, in, inlen, out, outlen);
69
/* $Source: /cvs/libtom/libtomcrypt/src/mac/f9/
f9_memory
.c,v $ */
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
529
int (*
f9_memory
)(
member in struct:ltc_cipher_descriptor
Completed in 1388 milliseconds