Searched refs:sha_obj (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h890 const SECHashObject * sha_obj; member in struct:SSL3HandshakeStateStr
891 /* The function prototype of sha_obj->clone() does not match the prototype
H A Dssl3con.c3991 PORT_Assert(!ss->ssl3.hs.sha_obj && !ss->ssl3.hs.sha_clone);
3995 ss->ssl3.hs.sha_obj = HASH_GetRawHashObject(HASH_AlgSHA256);
3996 if (!ss->ssl3.hs.sha_obj) {
4002 ss->ssl3.hs.sha_obj->begin(ss->ssl3.hs.sha_cx);
4106 ss->ssl3.hs.sha_obj = NULL;
4149 ss->ssl3.hs.sha_obj->update(ss->ssl3.hs.sha_cx, b, l);
4634 ss->ssl3.hs.sha_obj->end(sha_cx, hashes->u.raw, &hashes->len,
12816 ss->ssl3.hs.sha_obj->destroy(ss->ssl3.hs.sha_cx, PR_FALSE);

Completed in 461 milliseconds