Home
last modified time | relevance | path

Searched defs:tfm (Results 301 – 325 of 365) sorted by relevance

1...<<1112131415

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dkeysetup_v1.c55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes() local
H A Dcrypto.c111 struct crypto_skcipher *tfm = ci->ci_enc_key.tfm; in fscrypt_crypt_block() local
/OK3568_Linux_fs/kernel/fs/verity/
H A Dfsverity_private.h37 struct crypto_ahash *tfm; /* hash tfm, allocated on demand */ member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dauth.c456 struct crypto_shash *tfm = NULL; in sctp_auth_init_hmacs() local
712 struct crypto_shash *tfm; in sctp_auth_calculate_hmac() local
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Domap-des.c377 static int omap_des_crypt_dma(struct crypto_tfm *tfm, in omap_des_crypt_dma()
460 struct crypto_tfm *tfm = crypto_skcipher_tfm( in omap_des_crypt_dma_start() local
718 static int omap_des_init_tfm(struct crypto_skcipher *tfm) in omap_des_init_tfm()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4recover.c112 struct crypto_shash *tfm; in nfs4_make_rec_clidname() local
1140 struct crypto_shash *tfm = cn->cn_tfm; in nfsd4_cld_create_v2() local
1332 struct crypto_shash *tfm = cn->cn_tfm; in nfsd4_cld_check_v2() local
1567 struct crypto_shash *tfm; in nfsd4_cld_tracking_init() local
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcrc32c-intel_glue.c141 static int crc32c_intel_cra_init(struct crypto_tfm *tfm) in crc32c_intel_cra_init()
H A Dglue_helper.c282 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in glue_xts_req_128bit() local
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dcrypto.c156 struct crypto_shash *tfm; in ecryptfs_init_crypt_stat() local
1697 int ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_skcipher **tfm, in ecryptfs_get_tfm_and_mutex_for_cipher_name()
2069 struct crypto_skcipher *tfm; in ecryptfs_set_f_namelen() local
/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c33 static inline struct hmac_ctx *hmac_ctx(struct crypto_shash *tfm) in hmac_ctx()
H A Dfips140-module.c357 struct crypto_shash *tfm = NULL; in check_fips140_module_hmac() local
H A Dtwofish_common.c686 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey()
H A Dalgapi.c748 struct crypto_tfm *tfm; in crypto_spawn_tfm() local
773 struct crypto_tfm *tfm; in crypto_spawn_tfm2() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_tkip.c682 struct crypto_ahash *tfm = tkey->tx_tfm_michael; local
687 struct crypto_hash *tfm = tkey->tx_tfm_michael; local
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Discsi_tcp.c551 struct crypto_ahash *tfm; in iscsi_sw_tcp_conn_create() local
629 struct crypto_ahash *tfm; in iscsi_sw_tcp_conn_destroy() local
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-crypto-main.c75 struct crypto_tfm *tfm; member
H A Dccp-crypto.h71 ccp_crypto_skcipher_alg(struct crypto_skcipher *tfm) in ccp_crypto_skcipher_alg()
79 ccp_crypto_ahash_alg(struct crypto_tfm *tfm) in ccp_crypto_ahash_alg()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dauth.c92 struct crypto_shash *tfm) in ubifs_get_desc()
/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_crypto.c76 struct crypto_shash **tfm, *tmp_tfm; in init_desc() local
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity.h40 struct crypto_ahash *tfm; member
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c394 static int hisi_zip_acomp_init(struct crypto_acomp *tfm) in hisi_zip_acomp_init()
432 static void hisi_zip_acomp_exit(struct crypto_acomp *tfm) in hisi_zip_acomp_exit()
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg.c3389 static int caam_cra_init(struct crypto_skcipher *tfm) in caam_cra_init()
3426 static int caam_aead_init(struct crypto_aead *tfm) in caam_aead_init()
3449 static void caam_cra_exit(struct crypto_skcipher *tfm) in caam_cra_exit()
3458 static void caam_aead_exit(struct crypto_aead *tfm) in caam_aead_exit()
H A Dcaamalg_qi2.c1598 static int caam_cra_init_skcipher(struct crypto_skcipher *tfm) in caam_cra_init_skcipher()
1634 static int caam_cra_init_aead(struct crypto_aead *tfm) in caam_cra_init_aead()
1652 static void caam_cra_exit(struct crypto_skcipher *tfm) in caam_cra_exit()
1661 static void caam_cra_exit_aead(struct crypto_aead *tfm) in caam_cra_exit_aead()
4537 static int caam_hash_cra_init(struct crypto_tfm *tfm) in caam_hash_cra_init()
4604 static void caam_hash_cra_exit(struct crypto_tfm *tfm) in caam_hash_cra_exit()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Drxkad.c152 struct crypto_skcipher *tfm = &call->conn->cipher->base; in rxkad_get_call_crypto() local
1259 struct crypto_sync_skcipher *tfm; in rxkad_init() local
/OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/
H A Dfirmware.c423 struct crypto_shash *tfm; in s3fwrn5_fw_download() local

1...<<1112131415