Searched refs:hash_nid (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket_server.cpp | 946 int hash_nid; in SetSharedSigals() local 949 SSL_get_shared_sigalgs(ssl_, i, &sign_nid, &hash_nid, nullptr, nullptr, nullptr); in SetSharedSigals() 973 const char *sn_hash = OBJ_nid2sn(hash_nid); in SetSharedSigals()
|
H A D | tls_socket.cpp | 1511 int hash_nid; in SetSharedSigals() local 1514 SSL_get_shared_sigalgs(ssl_, i, &sign_nid, &hash_nid, nullptr, nullptr, nullptr); in SetSharedSigals() 1538 const char *sn_hash = OBJ_nid2sn(hash_nid); in SetSharedSigals()
|