Searched refs:crypto_cipher_setkey (Results  1 – 19 of 19) sorted by relevance
| /Linux-v5.4/crypto/ | 
| D | xcbc.c | 60 	if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen)))  in crypto_xcbc_digest_setkey()67 	return crypto_cipher_setkey(ctx->child, key1, bs);  in crypto_xcbc_digest_setkey()
 
 | 
| D | essiv.c | 93 	err = crypto_cipher_setkey(tctx->essiv_cipher, salt,  in essiv_skcipher_setkey()135 	err = crypto_cipher_setkey(tctx->essiv_cipher, salt,  in essiv_aead_setkey()
 
 | 
| D | cmac.c | 61 	err = crypto_cipher_setkey(ctx->child, inkey, keylen);  in crypto_cmac_digest_setkey()
 | 
| D | ansi_cprng.c | 305 	ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen);  in reset_prng_context()
 | 
| D | xts.c | 63 	err = crypto_cipher_setkey(tweak, key + keylen, keylen);  in setkey()
 | 
| D | adiantum.c | 167 	err = crypto_cipher_setkey(tctx->blockcipher, keyp,  in adiantum_setkey()
 | 
| D | vmac.c | 443 	err = crypto_cipher_setkey(tctx->cipher, key, keylen);  in vmac_setkey()
 | 
| D | ccm.c | 837 	return crypto_cipher_setkey(ctx->child, inkey, keylen);  in crypto_cbcmac_digest_setkey()
 | 
| D | skcipher.c | 1117 	err = crypto_cipher_setkey(cipher, key, keylen);  in skcipher_setkey_simple()
 | 
| D | drbg.c | 1803 	crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg)));  in drbg_kcapi_symsetkey()
 | 
| D | testmgr.c | 2389 		ret = crypto_cipher_setkey(tfm, template[i].key,  in test_cipher()
 | 
| /Linux-v5.4/drivers/crypto/vmx/ | 
| D | aes.c | 75 	ret |= crypto_cipher_setkey(ctx->fallback, key, keylen);  in p8_aes_setkey()
 | 
| /Linux-v5.4/Documentation/crypto/ | 
| D | api-skcipher.rst | 35 …pher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_ciph…
 | 
| /Linux-v5.4/arch/arm/crypto/ | 
| D | aes-neonbs-glue.c | 142 	return crypto_cipher_setkey(ctx->enc_tfm, in_key, key_len);  in aesbs_cbc_setkey()296 	err = crypto_cipher_setkey(ctx->cts_tfm, in_key, key_len);  in aesbs_xts_setkey()
 299 	err = crypto_cipher_setkey(ctx->tweak_tfm, in_key + key_len, key_len);  in aesbs_xts_setkey()
 
 | 
| /Linux-v5.4/fs/crypto/ | 
| D | keysetup.c | 174 	err = crypto_cipher_setkey(essiv_tfm, salt, sizeof(salt));  in init_essiv_generator()
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | geode-aes.c | 139 	ret = crypto_cipher_setkey(op->fallback.cip, key, len);  in geode_setkey_cip()
 | 
| /Linux-v5.4/include/linux/ | 
| D | crypto.h | 1744 static inline int crypto_cipher_setkey(struct crypto_cipher *tfm,  in crypto_cipher_setkey()  function
 | 
| /Linux-v5.4/arch/s390/crypto/ | 
| D | aes_s390.c | 81 	ret = crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len);  in setkey_fallback_cip()
 | 
| /Linux-v5.4/drivers/crypto/inside-secure/ | 
| D | safexcel_cipher.c | 2101 	ret = crypto_cipher_setkey(ctx->hkaes, key, len);  in safexcel_aead_gcm_setkey()
 |