Home
last modified time | relevance | path

Searched refs:sha1_hc_ctx_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h75 } sha1_hc_ctx_t; typedef
89 sha1_hc_ctx_t sha1_ctx;
138 void sha1_hmac_ctx_init(sha1_hc_ctx_t *, uint32_t *, uint32_t *);
H A DsoftMAC.c653 sha1_hmac_ctx_init(sha1_hc_ctx_t *sha1_hmac_ctx, uint32_t *ipad, uint32_t *opad) in sha1_hmac_ctx_init()
H A DsoftSSL.c304 sha1_hc_ctx_t sha1_hmac_ctx; in P_SHA1()