/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 137 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()
|
D | ieee80211_crypt_tkip.c | 345 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/ |
D | rtllib_crypt_wep.c | 145 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()
|
D | rtllib_crypt_tkip.c | 346 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/ |
D | sun4i-ss-cipher.c | 537 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/ |
D | cryptoloop.c | 75 err = crypto_sync_skcipher_setkey(tfm, info->lo_encrypt_key, in cryptoloop_init()
|
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | gss_krb5_keys.c | 163 if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_derive_key()
|
D | gss_krb5_mech.c | 233 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()
|
D | gss_krb5_crypto.c | 999 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/ |
D | skcipher.h | 376 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey() function
|
/Linux-v5.4/drivers/crypto/ccp/ |
D | ccp-crypto-aes-xts.c | 102 return crypto_sync_skcipher_setkey(ctx->u.aes.tfm_skcipher, key, key_len); in ccp_aes_xts_setkey()
|
/Linux-v5.4/net/ceph/ |
D | crypto.c | 59 ret = crypto_sync_skcipher_setkey(key->tfm, key->key, key->len); in set_secret()
|
/Linux-v5.4/drivers/crypto/qce/ |
D | ablkcipher.c | 174 ret = crypto_sync_skcipher_setkey(ctx->fallback, key, keylen); in qce_ablkcipher_setkey()
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 192 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/ |
D | rxkad.c | 70 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/ |
D | crypto4xx_alg.c | 301 rc = crypto_sync_skcipher_setkey(ctx->sw_cipher.cipher, key, keylen); in crypto4xx_sk_setup_fallback()
|
/Linux-v5.4/net/mac802154/ |
D | llsec.c | 145 if (crypto_sync_skcipher_setkey(key->tfm0, template->key, in llsec_key_alloc()
|
/Linux-v5.4/drivers/crypto/ |
D | mxs-dcp.c | 517 ret = crypto_sync_skcipher_setkey(actx->fallback, key, len); in mxs_dcp_aes_setkey()
|
D | omap-aes.c | 567 ret = crypto_sync_skcipher_setkey(ctx->fallback, key, keylen); in omap_aes_setkey()
|
D | sahara.c | 625 ret = crypto_sync_skcipher_setkey(ctx->fallback, key, keylen); in sahara_aes_setkey()
|
D | picoxcell_crypto.c | 807 err = crypto_sync_skcipher_setkey(ctx->sw_cipher, key, len); in spacc_aes_setkey()
|
/Linux-v5.4/crypto/ |
D | cryptd.c | 261 err = crypto_sync_skcipher_setkey(child, key, keylen); in cryptd_skcipher_setkey()
|
/Linux-v5.4/drivers/crypto/axis/ |
D | artpec6_crypto.c | 1198 ret = crypto_sync_skcipher_setkey(ctx->fallback, ctx->aes_key, in artpec6_crypto_ctr_crypt()
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_algo.c | 881 err = crypto_sync_skcipher_setkey(ablkctx->sw_cipher, key, keylen); in chcr_cipher_fallback_setkey()
|
/Linux-v5.4/drivers/net/wireless/cisco/ |
D | airo.c | 1644 crypto_sync_skcipher_setkey(tfm, pkey, 16); in emmh32_setseed()
|