Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h138 void sha1_hmac_ctx_init(sha1_hc_ctx_t *, uint32_t *, uint32_t *);
H A DsoftMAC.c320 sha1_hmac_ctx_init(&ctx->hc_ctx_u.sha1_ctx, sha1_ipad, in mac_init_ctx()
653 sha1_hmac_ctx_init(sha1_hc_ctx_t *sha1_hmac_ctx, uint32_t *ipad, uint32_t *opad) in sha1_hmac_ctx_init() function
H A DsoftSSL.c319 sha1_hmac_ctx_init(&sha1_hmac_ctx, sha1_ipad, sha1_opad); in P_SHA1()