Searched refs:OIDlen (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/libtomcrypt/src/pk/rsa/ |
D | rsa_verify_hash.c | 104 if (hash_descriptor[hash_idx].OIDlen == 0) { in rsa_verify_hash_ex() 142 if ((digestinfo[0].size == hash_descriptor[hash_idx].OIDlen) && in rsa_verify_hash_ex() 143 …, hash_descriptor[hash_idx].OID, sizeof(unsigned long) * hash_descriptor[hash_idx].OIDlen) == 0) && in rsa_verify_hash_ex()
|
D | rsa_sign_hash.c | 87 if (hash_descriptor[hash_idx].OIDlen == 0) { in rsa_sign_hash_ex() 99 …o, 0, LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash_idx].OID, hash_descriptor[hash_idx].OIDlen); in rsa_sign_hash_ex()
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
D | crypt_find_hash_oid.c | 24 …if (hash_descriptor[x].name != NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descrip… in find_hash_oid()
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ecc_encrypt_key.c | 112 … LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID, in ecc_encrypt_key()
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
D | dsa_encrypt_key.c | 112 … LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID, in dsa_encrypt_key()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_hash.h | 162 unsigned long OIDlen; member
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 5779 unsigned long OIDlen;
|