Home
last modified time | relevance | path

Searched refs:crypto_ahash_setkey (Results 1 – 13 of 13) sorted by relevance

/linux/crypto/
H A Dahash.c290 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey() function
310 err = crypto_ahash_setkey(crypto_ahash_fb(tfm), in crypto_ahash_setkey()
320 EXPORT_SYMBOL_GPL(crypto_ahash_setkey);
H A Dalgif_hash.c395 return crypto_ahash_setkey(private, key, keylen); in hash_setkey()
H A Dauthenc.c97 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_setkey()
H A Dauthencesn.c71 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_esn_setkey()
H A Dtestmgr.c1493 err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, in test_ahash_vec_cfg()
1727 vec->setkey_error = crypto_ahash_setkey( in generate_random_hash_testvec()
H A Dtcrypt.c915 crypto_ahash_setkey(tfm, tvmem[0], klen); in test_ahash_speed_common()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c98 err = crypto_ahash_setkey(tfm, Kc.data, Kc.len); in checksum_case()
1183 err = crypto_ahash_setkey(ahash_tfm, Ki.data, Ki.len); in rfc6803_encrypt_case()
1677 err = crypto_ahash_setkey(ahash_tfm, Ki.data, Ki.len); in rfc8009_encrypt_case()
H A Dgss_krb5_mech.c289 if (crypto_ahash_setkey(tfm, key->data, key->len)) { in gss_krb5_alloc_hash_v2()
/linux/net/ipv4/
H A Dtcp_ao.c29 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp->req), in tcp_ao_calc_traffic_key()
577 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_hdr()
637 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_skb()
1412 err = crypto_ahash_setkey(tfm, scratch, 16); in tcp_ao_parse_crypto()
1431 err = crypto_ahash_setkey(tfm, key->key, key->keylen); in tcp_ao_parse_crypto()
H A Dah4.c498 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c84 ret = crypto_ahash_setkey(tfmctx->fallback_tfm, key, keylen); in sun8i_ss_hmac_setkey()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c464 crypto_ahash_setkey(ctx->ahash_fbk, key, keylen); in starfive_hash_setkey()
/linux/drivers/md/
H A Ddm-integrity.c4385 r = crypto_ahash_setkey(*ahash, a->key, a->key_size); in get_mac()