Home
last modified time | relevance | path

Searched refs:crypto_free_skcipher (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dfils_aead.c139 crypto_free_skcipher(tfm2); in aes_siv_encrypt()
181 crypto_free_skcipher(tfm2); in aes_siv_decrypt()
187 crypto_free_skcipher(tfm2); in aes_siv_decrypt()
196 crypto_free_skcipher(tfm2); in aes_siv_decrypt()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dskcipher.h202 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher() function
209 crypto_free_skcipher(&tfm->base); in crypto_free_sync_skcipher()
/OK3568_Linux_fs/kernel/security/keys/encrypted-keys/
H A Dencrypted.c93 crypto_free_skcipher(tfm); in aes_get_sizes()
394 crypto_free_skcipher(tfm); in init_skcipher_req()
402 crypto_free_skcipher(tfm); in init_skcipher_req()
479 crypto_free_skcipher(tfm); in derived_key_encrypt()
585 crypto_free_skcipher(tfm); in derived_key_decrypt()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcipherapi.h48 # define cryptodev_crypto_free_blkcipher crypto_free_skcipher
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
H A Dapi-samples.rst86 crypto_free_skcipher(tfm);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_tkip.c122 crypto_free_skcipher(priv->tx_tfm_arc4); in lib80211_tkip_init()
124 crypto_free_skcipher(priv->rx_tfm_arc4); in lib80211_tkip_init()
183 crypto_free_skcipher(_priv->tx_tfm_arc4); in lib80211_tkip_deinit()
185 crypto_free_skcipher(_priv->rx_tfm_arc4); in lib80211_tkip_deinit()
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daes_cbc.c48 crypto_free_skcipher(ctx->fallback); in p8_aes_cbc_exit()
H A Daes_ctr.c47 crypto_free_skcipher(ctx->fallback); in p8_aes_ctr_exit()
H A Daes_xts.c50 crypto_free_skcipher(ctx->fallback); in p8_aes_xts_exit()
/OK3568_Linux_fs/kernel/crypto/
H A Dxts.c311 crypto_free_skcipher(ctx->child); in xts_init_tfm()
327 crypto_free_skcipher(ctx->child); in xts_exit_tfm()
H A Dauthencesn.c366 crypto_free_skcipher(enc); in crypto_authenc_esn_init_tfm()
377 crypto_free_skcipher(ctx->enc); in crypto_authenc_esn_exit_tfm()
H A Dauthenc.c348 crypto_free_skcipher(enc); in crypto_authenc_init_tfm()
359 crypto_free_skcipher(ctx->enc); in crypto_authenc_exit_tfm()
H A Dadiantum.c445 crypto_free_skcipher(streamcipher); in adiantum_init_tfm()
453 crypto_free_skcipher(tctx->streamcipher); in adiantum_exit_tfm()
H A Dessiv.c309 crypto_free_skcipher(skcipher); in essiv_skcipher_init_tfm()
354 crypto_free_skcipher(tctx->u.skcipher); in essiv_skcipher_exit_tfm()
H A Dcryptd.c251 crypto_free_skcipher(tfm); in cryptd_skcipher_complete()
919 crypto_free_skcipher(tfm); in cryptd_alloc_skcipher()
951 crypto_free_skcipher(&tfm->base); in cryptd_free_skcipher()
H A Dlrw.c290 crypto_free_skcipher(ctx->child); in lrw_exit_tfm()
H A Dalgif_skcipher.c300 crypto_free_skcipher(private); in skcipher_release()
H A Dctr.c246 crypto_free_skcipher(ctx->child); in crypto_rfc3686_exit_tfm()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dkeysetup.c118 crypto_free_skcipher(tfm); in fscrypt_allocate_skcipher()
156 crypto_free_skcipher(prep_key->tfm); in fscrypt_destroy_prepared_key()
H A Dkeysetup_v1.c82 crypto_free_skcipher(tfm); in derive_key_aes()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c405 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_init()
414 crypto_free_skcipher(op->fallback_tfm); in sun8i_ss_cipher_exit()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c414 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_init()
423 crypto_free_skcipher(op->fallback_tfm); in sun8i_ce_cipher_exit()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c552 crypto_free_skcipher(op->fallback_tfm); in sun4i_ss_cipher_init()
560 crypto_free_skcipher(op->fallback_tfm); in sun4i_ss_cipher_exit()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c223 crypto_free_skcipher(ctx->u.aes.tfm_skcipher); in ccp_aes_xts_exit_tfm()

123