Searched refs:tls12_do_shared_sigalgs (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/ |
D | t1_lib.c | 2349 static int tls12_do_shared_sigalgs(TLS_SIGALGS *shsig, const uint8_t *pref, in tls12_do_shared_sigalgs() function 2416 nmatch = tls12_do_shared_sigalgs(NULL, pref, preflen, allow, allowlen); in tls1_set_shared_sigalgs() 2426 nmatch = tls12_do_shared_sigalgs(salgs, pref, preflen, allow, allowlen); in tls1_set_shared_sigalgs()
|