Home
last modified time | relevance | path

Searched refs:crypto_cipher_setkey (Results 1 – 7 of 7) sorted by relevance

/linux/crypto/
H A Dcipher.c42 int crypto_cipher_setkey(struct crypto_cipher *tfm, in crypto_cipher_setkey() function
56 EXPORT_SYMBOL_NS_GPL(crypto_cipher_setkey, "CRYPTO_INTERNAL");
H A Dessiv.c89 return crypto_cipher_setkey(tctx->essiv_cipher, salt, in essiv_skcipher_setkey()
122 return crypto_cipher_setkey(tctx->essiv_cipher, salt, in essiv_aead_setkey()
H A Dhctr2.c107 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen); in hctr2_setkey()
H A Dskcipher.c791 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
H A Dtestmgr.c2755 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
/linux/include/crypto/internal/
H A Dcipher.h152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
/linux/drivers/crypto/
H A Dgeode-aes.c133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip()