Searched defs:hash_nid (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/rsa/ |
D | rsa.c | 351 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/ |
D | obj.c | 553 static uint32_t hash_nid(const ASN1_OBJECT *obj) { in hash_nid() function
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8.c | 954 int hash_nid; in PKCS12_get_key_and_certs() local
|
/external/boringssl/src/ssl/ |
D | internal.h | 601 int hash_nid; member
|
D | t1_lib.c | 2318 int sign_nid = 0, hash_nid = 0; in tls1_lookup_sigalg() local
|