HomeSort by relevance Sort by last modified time
    Searched refs:OIDlen (Results 1 - 7 of 7) sorted by null

  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_hash_oid.c 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/pk/rsa/
rsa_verify_hash.c 104 if (hash_descriptor[hash_idx].OIDlen == 0) {
142 if ((digestinfo[0].size == hash_descriptor[hash_idx].OIDlen) &&
143 (XMEMCMP(digestinfo[0].data, hash_descriptor[hash_idx].OID, sizeof(unsigned long) * hash_descriptor[hash_idx].OIDlen) == 0) &&
rsa_sign_hash.c 87 if (hash_descriptor[hash_idx].OIDlen == 0) {
99 LTC_SET_ASN1(digestinfo, 0, LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash_idx].OID, hash_descriptor[hash_idx].OIDlen);
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_encrypt_key.c 112 LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID,
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_encrypt_key.c 112 LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID,
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 162 unsigned long OIDlen;
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 514 milliseconds