Searched defs:IDlen (Results 1 - 1 of 1) 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)) {

Completed in 39 milliseconds