Home
last modified time | relevance | path

Searched refs:find_cipher_any (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/misc/crypt/
Dcrypt_find_cipher_any.c25 int find_cipher_any(const char *name, int blocklen, int keylen) in find_cipher_any() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h829 int find_cipher_any(const char *name, int blocklen, int keylen);
/external/dropbear/libtomcrypt/
Dchanges648 -- fix to find_cipher_any() so that it can handle a fragmented cipher_descriptor table.
649 -- added find_hash_any() akin to find_cipher_any().