Home
last modified time | relevance | path

Searched refs:crypto_sync_skcipher_setkey (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c137 crypto_sync_skcipher_setkey(wep->tx_tfm, key, klen); in prism2_wep_encrypt()
194 crypto_sync_skcipher_setkey(wep->rx_tfm, key, klen); in prism2_wep_decrypt()
Dieee80211_crypt_tkip.c345 crypto_sync_skcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16); in ieee80211_tkip_encrypt()
437 crypto_sync_skcipher_setkey(tkey->rx_tfm_arc4, rc4key, 16); in ieee80211_tkip_decrypt()
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c145 crypto_sync_skcipher_setkey(wep->tx_tfm, key, klen); in prism2_wep_encrypt()
201 crypto_sync_skcipher_setkey(wep->rx_tfm, key, klen); in prism2_wep_decrypt()
Drtllib_crypt_tkip.c346 crypto_sync_skcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16); in rtllib_tkip_encrypt()
444 crypto_sync_skcipher_setkey(tkey->rx_tfm_arc4, rc4key, 16); in rtllib_tkip_decrypt()
/Linux-v5.4/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c537 return crypto_sync_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_aes_setkey()
557 return crypto_sync_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_des_setkey()
577 return crypto_sync_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_des3_setkey()
/Linux-v5.4/drivers/block/
Dcryptoloop.c75 err = crypto_sync_skcipher_setkey(tfm, info->lo_encrypt_key, in cryptoloop_init()
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_keys.c163 if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_derive_key()
Dgss_krb5_mech.c233 if (crypto_sync_skcipher_setkey(*res, key.data, key.len)) { in get_key()
337 if (crypto_sync_skcipher_setkey(cp, key, ctx->gk5e->keylength)) { in context_v2_alloc_cipher()
Dgss_krb5_crypto.c999 err = crypto_sync_skcipher_setkey(cipher, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()
1074 err = crypto_sync_skcipher_setkey(cipher, Kcrypt, in krb5_rc4_setup_enc_key()
/Linux-v5.4/include/crypto/
Dskcipher.h376 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey() function
/Linux-v5.4/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c102 return crypto_sync_skcipher_setkey(ctx->u.aes.tfm_skcipher, key, key_len); in ccp_aes_xts_setkey()
/Linux-v5.4/net/ceph/
Dcrypto.c59 ret = crypto_sync_skcipher_setkey(key->tfm, key->key, key->len); in set_secret()
/Linux-v5.4/drivers/crypto/qce/
Dablkcipher.c174 ret = crypto_sync_skcipher_setkey(ctx->fallback, key, keylen); in qce_ablkcipher_setkey()
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c192 ret = crypto_sync_skcipher_setkey(sctx->fallback.blk, key, len); in setkey_fallback_blk()
461 ret = crypto_sync_skcipher_setkey(xts_ctx->fallback, key, len); in xts_fallback_setkey()
/Linux-v5.4/net/rxrpc/
Drxkad.c70 if (crypto_sync_skcipher_setkey(ci, token->kad->session_key, in rxkad_init_connection_security()
1064 if (crypto_sync_skcipher_setkey(rxkad_ci, session_key->x, in rxkad_decrypt_response()
/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_alg.c301 rc = crypto_sync_skcipher_setkey(ctx->sw_cipher.cipher, key, keylen); in crypto4xx_sk_setup_fallback()
/Linux-v5.4/net/mac802154/
Dllsec.c145 if (crypto_sync_skcipher_setkey(key->tfm0, template->key, in llsec_key_alloc()
/Linux-v5.4/drivers/crypto/
Dmxs-dcp.c517 ret = crypto_sync_skcipher_setkey(actx->fallback, key, len); in mxs_dcp_aes_setkey()
Domap-aes.c567 ret = crypto_sync_skcipher_setkey(ctx->fallback, key, keylen); in omap_aes_setkey()
Dsahara.c625 ret = crypto_sync_skcipher_setkey(ctx->fallback, key, keylen); in sahara_aes_setkey()
Dpicoxcell_crypto.c807 err = crypto_sync_skcipher_setkey(ctx->sw_cipher, key, len); in spacc_aes_setkey()
/Linux-v5.4/crypto/
Dcryptd.c261 err = crypto_sync_skcipher_setkey(child, key, keylen); in cryptd_skcipher_setkey()
/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c1198 ret = crypto_sync_skcipher_setkey(ctx->fallback, ctx->aes_key, in artpec6_crypto_ctr_crypt()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c881 err = crypto_sync_skcipher_setkey(ablkctx->sw_cipher, key, keylen); in chcr_cipher_fallback_setkey()
/Linux-v5.4/drivers/net/wireless/cisco/
Dairo.c1644 crypto_sync_skcipher_setkey(tfm, pkey, 16); in emmh32_setseed()