Searched defs:tfm (Results 276 - 300 of 393) sorted by relevance

<<111213141516

/linux-master/security/integrity/evm/
H A Devm_crypto.c78 struct crypto_shash **tfm, *tmp_tfm; local
[all...]
/linux-master/drivers/misc/sgi-gru/
H A Dgrufault.c146 struct gru_tlb_fault_map *tfm; local
/linux-master/crypto/
H A Ddh.c42 static inline struct dh_ctx *dh_get_ctx(struct crypto_kpp *tfm) argument
71 static int dh_set_secret(struct crypto_kpp *tfm, const void *buf, argument
169 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
251 static unsigned int dh_max_size(struct crypto_kpp *tfm) argument
258 static void dh_exit_tfm(struct crypto_kpp *tfm) argument
306 dh_safe_prime_instance_ctx( struct crypto_kpp *tfm) argument
312 dh_safe_prime_init_tfm(struct crypto_kpp *tfm) argument
328 dh_safe_prime_exit_tfm(struct crypto_kpp *tfm) argument
457 dh_safe_prime_set_secret(struct crypto_kpp *tfm, const void *buffer, unsigned int len) argument
544 dh_safe_prime_max_size(struct crypto_kpp *tfm) argument
[all...]
H A Dvmac.c430 static int vmac_setkey(struct crypto_shash *tfm, argument
597 static int vmac_init_tfm(struct crypto_tfm *tfm) argument
612 static void vmac_exit_tfm(struct crypto_tfm *tfm) argument
[all...]
H A Dccm.c109 static int crypto_ccm_setauthsize(struct crypto_aead *tfm, argument
393 static int crypto_ccm_init_tfm(struct crypto_aead *tfm) argument
429 static void crypto_ccm_exit_tfm(struct crypto_aead *tfm) argument
666 static int crypto_rfc4309_init_tfm(struct crypto_aead *tfm) argument
691 crypto_rfc4309_exit_tfm(struct crypto_aead *tfm) argument
801 struct crypto_cipher *tfm = tctx->child; local
826 struct crypto_cipher *tfm = tctx->child; local
836 cbcmac_init_tfm(struct crypto_tfm *tfm) argument
852 cbcmac_exit_tfm(struct crypto_tfm *tfm) argument
[all...]
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c29 struct crypto_akcipher *tfm; member in struct:virtio_crypto_akcipher_ctx
365 static int virtio_crypto_rsa_set_key(struct crypto_akcipher *tfm, argument
429 static int virtio_crypto_rsa_raw_set_priv_key(struct crypto_akcipher *tfm, argument
439 static int virtio_crypto_p1pad_rsa_sha1_set_priv_key(struct crypto_akcipher *tfm, argument
448 static int virtio_crypto_rsa_raw_set_pub_key(struct crypto_akcipher *tfm, argument
457 static int virtio_crypto_p1pad_rsa_sha1_set_pub_key(struct crypto_akcipher *tfm, argument
466 virtio_crypto_rsa_max_size(struct crypto_akcipher *tfm) argument
474 virtio_crypto_rsa_init_tfm(struct crypto_akcipher *tfm) argument
486 virtio_crypto_rsa_exit_tfm(struct crypto_akcipher *tfm) argument
[all...]
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c244 struct crypto_tfm *tfm = crypto_aead_tfm(aead); local
276 struct crypto_tfm *tfm = crypto_aead_tfm(aead); local
312 struct crypto_tfm *tfm = crypto_aead_tfm(aead); local
340 struct crypto_tfm *tfm = crypto_aead_tfm(aead); local
/linux-master/drivers/thunderbolt/
H A Ddomain.c711 struct crypto_shash *tfm; local
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c103 krb5_encrypt( struct crypto_sync_skcipher *tfm, void * iv, void * in, void * out, int length) argument
158 krb5_decrypt( struct crypto_sync_skcipher *tfm, void * iv, void * in, void * out, int length) argument
215 struct crypto_ahash *tfm; local
314 gss_krb5_checksum(struct crypto_ahash *tfm, char *header, int hdrlen, const struct xdr_buf *body, int body_offset, struct xdr_netobj *cksumout) argument
385 struct crypto_sync_skcipher *tfm = local
446 gss_encrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *buf, int offset, struct page **pages) argument
487 struct crypto_sync_skcipher *tfm = local
529 gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *buf, int offset) argument
929 krb5_etm_checksum(struct crypto_sync_skcipher *cipher, struct crypto_ahash *tfm, const struct xdr_buf *body, int body_offset, struct xdr_netobj *cksumout) argument
[all...]
/linux-master/fs/bcachefs/
H A Dchecksum.c97 static inline int do_encrypt_sg(struct crypto_sync_skcipher *tfm, argument
114 static inline int do_encrypt(struct crypto_sync_skcipher *tfm, argument
/linux-master/fs/smb/client/
H A Dsmb2transport.c916 struct crypto_aead *tfm; local
[all...]
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto.h72 ccp_crypto_skcipher_alg(struct crypto_skcipher *tfm) argument
80 ccp_crypto_ahash_alg(struct crypto_tfm *tfm) argument
/linux-master/drivers/crypto/nx/
H A Dnx.c695 int nx_crypto_ctx_aes_ccm_init(struct crypto_aead *tfm) argument
702 int nx_crypto_ctx_aes_gcm_init(struct crypto_aead *tfm) argument
709 int nx_crypto_ctx_aes_ctr_init(struct crypto_skcipher *tfm) argument
715 int nx_crypto_ctx_aes_cbc_init(struct crypto_skcipher *tfm) argument
721 nx_crypto_ctx_aes_ecb_init(struct crypto_skcipher *tfm) argument
727 nx_crypto_ctx_sha_init(struct crypto_tfm *tfm) argument
732 nx_crypto_ctx_aes_xcbc_init(struct crypto_tfm *tfm) argument
746 nx_crypto_ctx_exit(struct crypto_tfm *tfm) argument
757 nx_crypto_ctx_skcipher_exit(struct crypto_skcipher *tfm) argument
762 nx_crypto_ctx_aead_exit(struct crypto_aead *tfm) argument
[all...]
H A Dnx-common-powernv.c1034 static int nx842_powernv_crypto_init(struct crypto_tfm *tfm) argument
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c147 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); local
227 static int sec_alg_skcipher_setkey(struct crypto_skcipher *tfm, argument
253 static int sec_alg_skcipher_setkey_aes_ecb(struct crypto_skcipher *tfm, argument
275 static int sec_alg_skcipher_setkey_aes_cbc(struct crypto_skcipher *tfm, argument
297 static int sec_alg_skcipher_setkey_aes_ctr(struct crypto_skcipher *tfm, argument
319 sec_alg_skcipher_setkey_aes_xts(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
343 sec_alg_skcipher_setkey_des_ecb(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
350 sec_alg_skcipher_setkey_des_cbc(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
357 sec_alg_skcipher_setkey_3des_ecb(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
365 sec_alg_skcipher_setkey_3des_cbc(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
711 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); local
872 sec_alg_skcipher_init(struct crypto_skcipher *tfm) argument
890 sec_alg_skcipher_exit(struct crypto_skcipher *tfm) argument
903 sec_alg_skcipher_init_with_queue(struct crypto_skcipher *tfm) argument
923 sec_alg_skcipher_exit_with_queue(struct crypto_skcipher *tfm) argument
[all...]
/linux-master/net/sctp/
H A Dauth.c456 struct crypto_shash *tfm = NULL; local
712 struct crypto_shash *tfm; local
/linux-master/drivers/crypto/caam/
H A Dcaampkc.c65 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
77 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
89 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
106 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
156 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
252 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
379 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
407 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
453 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
500 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
577 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
673 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
716 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
755 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
784 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
813 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
842 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
943 caam_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
1048 caam_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
1100 caam_rsa_max_size(struct crypto_akcipher *tfm) argument
1108 caam_rsa_init_tfm(struct crypto_akcipher *tfm) argument
1134 caam_rsa_exit_tfm(struct crypto_akcipher *tfm) argument
[all...]
/linux-master/drivers/scsi/
H A Discsi_tcp.c586 struct crypto_ahash *tfm; local
674 struct crypto_ahash *tfm; local
/linux-master/net/wireless/
H A Dlib80211_crypt_tkip.c624 struct crypto_shash *tfm = tkey->tx_tfm_michael; local
/linux-master/include/linux/
H A Dcrypto.h174 struct crypto_tfm *tfm; member in struct:crypto_async_request
447 crypto_free_tfm(struct crypto_tfm *tfm) argument
455 crypto_tfm_alg_name(struct crypto_tfm *tfm) argument
460 crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) argument
465 crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) argument
470 crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) argument
475 crypto_tfm_get_flags(struct crypto_tfm *tfm) argument
480 crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) argument
485 crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) argument
492 struct crypto_tfm *tfm; local
496 __crypto_comp_cast(struct crypto_tfm *tfm) argument
511 crypto_comp_tfm(struct crypto_comp *tfm) argument
516 crypto_free_comp(struct crypto_comp *tfm) argument
530 crypto_comp_name(struct crypto_comp *tfm) argument
[all...]
/linux-master/drivers/crypto/starfive/
H A Djh7110-hash.c274 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
292 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
309 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
326 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
343 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
358 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
382 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
396 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
[all...]
H A Djh7110-aes.c544 static int starfive_aes_init_tfm(struct crypto_skcipher *tfm) argument
616 static int starfive_aes_aead_init_tfm(struct crypto_aead *tfm) argument
642 static void starfive_aes_aead_exit_tfm(struct crypto_aead *tfm) argument
651 struct crypto_skcipher *tfm local
693 starfive_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
712 starfive_aes_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
734 starfive_aes_gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
740 starfive_aes_ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
[all...]
/linux-master/drivers/crypto/
H A Domap-aes.c570 static int omap_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
626 static int omap_aes_init_tfm(struct crypto_skcipher *tfm) argument
644 static void omap_aes_exit_tfm(struct crypto_skcipher *tfm) argument
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c600 struct crypto_shash *tfm = tkey->tx_tfm_michael; local
/linux-master/drivers/crypto/ccree/
H A Dcc_cipher.c64 static inline enum cc_key_type cc_key_type(struct crypto_tfm *tfm) argument
154 static int cc_cipher_init(struct crypto_tfm *tfm) argument
232 cc_cipher_exit(struct crypto_tfm *tfm) argument
304 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); local
404 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); local
510 cc_setup_readiv_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, struct cc_hw_desc desc[], unsigned int *seq_size) argument
566 cc_setup_state_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) argument
610 cc_setup_xex_state_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) argument
688 cc_setup_key_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) argument
770 cc_setup_mlli_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, void *areq, struct cc_hw_desc desc[], unsigned int *seq_size) argument
797 cc_setup_flow_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) argument
881 struct crypto_tfm *tfm = crypto_skcipher_tfm(sk_tfm); local
[all...]

Completed in 506 milliseconds

<<111213141516