Searched refs:IDlen (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/misc/crypt/
H A Dcrypt_find_hash_oid.c18 int find_hash_oid(const unsigned long *ID, unsigned long IDlen) argument
24 if (hash_descriptor[x].name != NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigned long) * IDlen)) {
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h324 int find_hash_oid(const unsigned long *ID, unsigned long IDlen);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1852 int find_hash_oid(const unsigned long *ID, unsigned long IDlen);

Completed in 312 milliseconds