Lines Matching defs:hmac
34 struct crypto_mech_data hmac;
48 struct crypto_mech_data *hmac;
66 hmac = &mechs[AES256CBC_HMAC_SHA256].hmac;
70 * algorithms so we just truncate to the key size should the hmac be bigger
133 ret = nss_ctx_init(tmp_ctx, hmac, key, keylen, NULL, 0, &hctx);
139 ret = nss_crypto_init(hmac, op_sign, hctx);
182 struct crypto_mech_data *hmac;
197 hmac = &mechs[AES256CBC_HMAC_SHA256].hmac;
201 * algorithms so we just truncate to the key size should the hmac be bigger
221 ret = nss_ctx_init(tmp_ctx, hmac, key, keylen, NULL, 0, &hctx);
227 ret = nss_crypto_init(hmac, op_sign, hctx);