Home
last modified time | relevance | path

Searched refs:tls12_lookup (Results 1 – 1 of 1) sorted by relevance

/external/openssl/ssl/
Dt1_lib.c2241 } tls12_lookup; typedef
2243 static tls12_lookup tls12_md[] = {
2260 static tls12_lookup tls12_sig[] = {
2272 static int tls12_find_id(int nid, tls12_lookup *table, size_t tlen) in tls12_find_id()
2283 static int tls12_find_nid(int id, tls12_lookup *table, size_t tlen)
2301 sizeof(tls12_md)/sizeof(tls12_lookup)); in tls12_get_sigandhash()
2315 sizeof(tls12_sig)/sizeof(tls12_lookup)); in tls12_get_sigid()