Home
last modified time | relevance | path

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

/crypto/
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");
A Dxcbc.c47 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
54 return crypto_cipher_setkey(ctx->child, key1, bs); in crypto_xcbc_digest_setkey()
A Dcmac.c47 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
A Decb.c65 return crypto_cipher_setkey(cipher, key, keylen); in lskcipher_setkey_simple2()
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()
A Dansi_cprng.c306 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()
A Dxts.c64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
A Dhctr2.c140 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen); in hctr2_setkey()
A Dadiantum.c164 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
A Dskcipher.c540 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
A Dccm.c777 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
A Ddrbg.c1808 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); in drbg_kcapi_symsetkey()
A Dtestmgr.c2761 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()

Completed in 35 milliseconds