Searched defs:sha1_ctx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h86 sha1_hc_ctx_t sha1_ctx; member in union:soft_hmac_ctx::__anon2811
H A DsoftSSL.c113 SHA1_CTX sha1_ctx; local
119 SHA1Init(&sha1_ctx);
120 SHA1Update(&sha1_ctx, (const uint8_t *)ssl3_const_vals[i],
122 SHA1Update(&sha1_ctx, secret, secretlen);
123 SHA1Update(&sha1_ctx, rand1, rand1len);
124 SHA1Update(&sha1_ctx, rand2, rand2len);
125 SHA1Final(sha1_digest, &sha1_ctx);
171 SHA1_CTX sha1_ctx; local
179 SHA1Init(&sha1_ctx);
180 SHA1Update(&sha1_ctx, S
[all...]

Completed in 25 milliseconds