Searched refs:crypto_blkcipher_setkey (Results 1 - 32 of 32) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dfpu.c37 err = crypto_blkcipher_setkey(child, key, keylen); crypto_fpu_setkey()
/linux-4.1.27/net/ceph/
H A Dcrypto.c191 crypto_blkcipher_setkey((void *)tfm, key, key_len); ceph_aes_encrypt()
252 crypto_blkcipher_setkey((void *)tfm, key, key_len); ceph_aes_encrypt2()
309 crypto_blkcipher_setkey((void *)tfm, key, key_len); ceph_aes_decrypt()
375 crypto_blkcipher_setkey((void *)tfm, key, key_len); ceph_aes_decrypt2()
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c153 crypto_blkcipher_setkey(wep->tx_tfm, key, klen); prism2_wep_encrypt()
202 crypto_blkcipher_setkey(wep->rx_tfm, key, klen); prism2_wep_decrypt()
H A Drtllib_crypt_tkip.c362 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16); rtllib_tkip_encrypt()
455 crypto_blkcipher_setkey(tkey->rx_tfm_arc4, rc4key, 16); rtllib_tkip_decrypt()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c156 crypto_blkcipher_setkey(wep->tx_tfm, key, klen); prism2_wep_encrypt()
206 crypto_blkcipher_setkey(wep->rx_tfm, key, klen); prism2_wep_decrypt()
H A Dieee80211_crypt_tkip.c368 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16); ieee80211_tkip_encrypt()
454 crypto_blkcipher_setkey(tkey->rx_tfm_arc4, rc4key, 16); ieee80211_tkip_decrypt()
/linux-4.1.27/net/wireless/
H A Dlib80211_crypt_wep.c168 crypto_blkcipher_setkey(wep->tx_tfm, key, klen); lib80211_wep_encrypt()
208 crypto_blkcipher_setkey(wep->rx_tfm, key, klen); lib80211_wep_decrypt()
H A Dlib80211_crypt_tkip.c385 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16); lib80211_tkip_encrypt()
468 crypto_blkcipher_setkey(tkey->rx_tfm_arc4, rc4key, 16); lib80211_tkip_decrypt()
/linux-4.1.27/drivers/crypto/vmx/
H A Daes_cbc.c89 ret += crypto_blkcipher_setkey(ctx->fallback, key, keylen); p8_aes_cbc_setkey()
H A Daes_ctr.c86 ret += crypto_blkcipher_setkey(ctx->fallback, key, keylen); p8_aes_ctr_setkey()
/linux-4.1.27/drivers/block/
H A Dcryptoloop.c89 err = crypto_blkcipher_setkey(tfm, info->lo_encrypt_key, cryptoloop_init()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dcapa.c317 rc = crypto_blkcipher_setkey(tfm, key, min); capa_encrypt_id()
370 rc = crypto_blkcipher_setkey(tfm, key, min); capa_decrypt_id()
/linux-4.1.27/fs/cifs/
H A Dsmbencrypt.c88 crypto_blkcipher_setkey(tfm_des, key2, 8); smbhash()
H A Dcifsencrypt.c808 rc = crypto_blkcipher_setkey(tfm_arc4, ses->auth_key.response, calc_seckey()
/linux-4.1.27/drivers/net/ppp/
H A Dppp_mppe.c168 crypto_blkcipher_setkey(state->arc4, state->sha1_digest, mppe_rekey()
187 crypto_blkcipher_setkey(state->arc4, state->session_key, state->keylen); mppe_rekey()
/linux-4.1.27/arch/s390/crypto/
H A Daes_s390.c242 ret = crypto_blkcipher_setkey(sctx->fallback.blk, key, len); setkey_fallback_blk()
541 ret = crypto_blkcipher_setkey(xts_ctx->fallback, key, len); xts_fallback_setkey()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c256 if (crypto_blkcipher_setkey(*res, key.data, key.len)) { get_key()
358 if (crypto_blkcipher_setkey(cp, key, ctx->gk5e->keylength)) { context_v2_alloc_cipher()
H A Dgss_krb5_keys.c164 if (crypto_blkcipher_setkey(cipher, inkey->data, inkey->len)) krb5_derive_key()
H A Dgss_krb5_crypto.c902 err = crypto_blkcipher_setkey(cipher, Kseq, kctx->gk5e->keylength); krb5_rc4_setup_seq_key()
977 err = crypto_blkcipher_setkey(cipher, Kcrypt, kctx->gk5e->keylength); krb5_rc4_setup_enc_key()
/linux-4.1.27/crypto/
H A Dcts.c67 err = crypto_blkcipher_setkey(child, key, keylen); crypto_cts_setkey()
H A Dcryptd.c195 err = crypto_blkcipher_setkey(child, key, keylen); cryptd_blkcipher_setkey()
H A Dtcrypt.c477 ret = crypto_blkcipher_setkey(tfm, key, *keysize); test_cipher_speed()
/linux-4.1.27/drivers/crypto/
H A Dgeode-aes.c174 ret = crypto_blkcipher_setkey(op->fallback.blk, key, len); geode_setkey_blk()
/linux-4.1.27/fs/ecryptfs/
H A Dkeystore.c839 rc = crypto_blkcipher_setkey( ecryptfs_write_tag_70_packet()
1047 rc = crypto_blkcipher_setkey( ecryptfs_parse_tag_70_packet()
1714 rc = crypto_blkcipher_setkey( decrypt_passphrase_encrypted_session_key()
2287 rc = crypto_blkcipher_setkey(desc.tfm, session_key_encryption_key, write_tag_3_packet()
H A Dcrypto.c1627 rc = crypto_blkcipher_setkey(*key_tfm, dummy_key, *key_size); ecryptfs_process_key_cipher()
/linux-4.1.27/net/rxrpc/
H A Drxkad.c80 if (crypto_blkcipher_setkey(ci, token->kad->session_key, rxkad_init_connection_security()
979 if (crypto_blkcipher_setkey(rxkad_ci, session_key->x, rxkad_decrypt_response()
H A Dar-key.c842 if (crypto_blkcipher_setkey(ci, prep->data, 8) < 0) rxrpc_preparse_s()
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c315 result = crypto_blkcipher_setkey(tfm_cbc, key, 16); wusb_prf()
/linux-4.1.27/net/mac802154/
H A Dllsec.c150 if (crypto_blkcipher_setkey(key->tfm0, template->key, llsec_key_alloc()
/linux-4.1.27/security/keys/encrypted-keys/
H A Dencrypted.c418 ret = crypto_blkcipher_setkey(desc->tfm, key, key_len); init_blkcipher_desc()
/linux-4.1.27/include/linux/
H A Dcrypto.h1768 * crypto_blkcipher_setkey() - set key for cipher
1783 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, crypto_blkcipher_setkey() function
/linux-4.1.27/net/bluetooth/
H A Dsmp.c385 err = crypto_blkcipher_setkey(tfm, tmp, 16); smp_e()

Completed in 803 milliseconds