Searched refs:crypto_cipher_setkey (Results 1 – 13 of 13) sorted by relevance
| /crypto/ |
| 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");
|
| A D | xcbc.c | 47 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 D | cmac.c | 47 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
|
| A D | ecb.c | 65 return crypto_cipher_setkey(cipher, key, keylen); in lskcipher_setkey_simple2()
|
| 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()
|
| A D | ansi_cprng.c | 306 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()
|
| A D | xts.c | 64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
|
| A D | hctr2.c | 140 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen); in hctr2_setkey()
|
| A D | adiantum.c | 164 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
|
| A D | skcipher.c | 540 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
|
| A D | ccm.c | 777 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
|
| A D | drbg.c | 1808 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); in drbg_kcapi_symsetkey()
|
| A D | testmgr.c | 2761 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
|
Completed in 35 milliseconds