Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket_server.cpp946 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 Dtls_socket.cpp1511 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()