Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dcipher.c43 int crypto_cipher_setkey(struct crypto_cipher *tfm, in crypto_cipher_setkey() function
57 EXPORT_SYMBOL_NS_GPL(crypto_cipher_setkey, CRYPTO_INTERNAL);
H A Dxcbc.c61 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
68 return crypto_cipher_setkey(ctx->child, key1, bs); in crypto_xcbc_digest_setkey()
H 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()
H A Dcmac.c62 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
H A Dansi_cprng.c306 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()
H A Dxts.c64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
H A Dadiantum.c164 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
H A Dvmac.c442 err = crypto_cipher_setkey(tctx->cipher, key, keylen); in vmac_setkey()
H A Dccm.c783 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
H A Dskcipher.c888 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
H A Ddrbg.c1797 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); in drbg_kcapi_symsetkey()
H A Dtestmgr.c2656 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-skcipher.rst35 …pher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_ciph…
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daes.c76 ret |= crypto_cipher_setkey(ctx->fallback, key, keylen); in p8_aes_setkey()
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcipher.h152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14033 crypto_cipher_setkey
H A Dabi_gki_aarch64_qcom288 crypto_cipher_setkey
H A Dabi_gki_aarch64_galaxy1005 crypto_cipher_setkey
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-neonbs-glue.c311 err = crypto_cipher_setkey(ctx->cts_tfm, in_key, key_len); in aesbs_xts_setkey()
314 err = crypto_cipher_setkey(ctx->tweak_tfm, in_key + key_len, key_len); in aesbs_xts_setkey()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dgeode-aes.c133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2097 ret = crypto_cipher_setkey(ctx->kaes, key, len); in safexcel_xcbcmac_setkey()
2113 ret = crypto_cipher_setkey(ctx->kaes, in safexcel_xcbcmac_setkey()
2197 ret = crypto_cipher_setkey(ctx->kaes, key, len); in safexcel_cmac_setkey()
H A Dsafexcel_cipher.c2594 ret = crypto_cipher_setkey(ctx->hkaes, key, len); in safexcel_aead_gcm_setkey()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_ccmp.c472 crypto_cipher_setkey(data->tfm, data->key, CCMP_TK_LEN); in lib80211_ccmp_set_key()
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Daes_s390.c81 return crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip()