Searched refs:alg_str (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 1476 const char *alg_str = lookup(alg_code, signature_tls12_alg_list, NULL); in security_callback_debug() local 1479 if (alg_str != NULL && hash_str != NULL) in security_callback_debug() 1480 BIO_printf(sdb->out, " digest=%s, algorithm=%s", hash_str, alg_str); in security_callback_debug()
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 1476 const char *alg_str = lookup(alg_code, signature_tls12_alg_list, NULL); in security_callback_debug() local 1479 if (alg_str != NULL && hash_str != NULL) in security_callback_debug() 1480 BIO_printf(sdb->out, " digest=%s, algorithm=%s", hash_str, alg_str); in security_callback_debug()
|
Completed in 4 milliseconds