Searched refs:crypto_cipher_setkey (Results 1 – 7 of 7) sorted by relevance
| /linux/crypto/ |
| H A D | cipher.c | 42 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 D | essiv.c | 89 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 D | hctr2.c | 107 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen); in hctr2_setkey()
|
| H A D | skcipher.c | 791 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
|
| H A D | testmgr.c | 2755 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
|
| /linux/include/crypto/internal/ |
| H A D | cipher.h | 152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
|
| /linux/drivers/crypto/ |
| H A D | geode-aes.c | 133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip()
|