Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_privkey.cc503 int hash_nid; member
532 const int hash_nid = values[i]; in parse_sigalg_pairs() local
653 int pkey_type = 0, hash_nid = 0; in parse_sigalgs_list() local
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c445 int *is_alloced, int hash_nid, const uint8_t *msg, in RSA_add_pkcs1_prefix()
504 int RSA_sign(int hash_nid, const uint8_t *in, unsigned in_len, uint8_t *out, in RSA_sign()
557 int RSA_verify(int hash_nid, const uint8_t *msg, size_t msg_len, in RSA_verify()
/external/boringssl/src/crypto/obj/
Dobj.c471 static uint32_t hash_nid(const ASN1_OBJECT *obj) { in hash_nid() function