Searched refs:alg_str (Results 1 – 1 of 1) sorted by relevance
1572 const char *alg_str = lookup(alg_code, signature_tls12_alg_list, NULL); in security_callback_debug() local1575 if (alg_str != NULL && hash_str != NULL) in security_callback_debug()1576 BIO_printf(sdb->out, " digest=%s, algorithm=%s", hash_str, alg_str); in security_callback_debug()
Completed in 9 milliseconds