Home
last modified time | relevance | path

Searched defs:hash_nid (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/rsa/
Drsa.c351 int *is_alloced, int hash_nid, const uint8_t *msg, in pkcs1_prefixed_msg()
405 int RSA_sign(int hash_nid, const uint8_t *in, unsigned in_len, uint8_t *out, in RSA_sign()
442 int RSA_verify(int hash_nid, const uint8_t *msg, size_t msg_len, in RSA_verify()
/external/boringssl/src/crypto/obj/
Dobj.c553 static uint32_t hash_nid(const ASN1_OBJECT *obj) { in hash_nid() function
/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c954 int hash_nid; in PKCS12_get_key_and_certs() local
/external/boringssl/src/ssl/
Dinternal.h601 int hash_nid; member
Dt1_lib.c2318 int sign_nid = 0, hash_nid = 0; in tls1_lookup_sigalg() local