Home
last modified time | relevance | path

Searched refs:crypto_cipher_setkey (Results 1 – 5 of 5) 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 Dtestmgr.c2761 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
/linux/Documentation/crypto/
H A Dapi-skcipher.rst35 …pher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_ciph…
/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()