Searched defs:tfm (Results 176 - 200 of 393) sorted by last modified time

1234567891011>>

/linux-master/crypto/
H A Dcmac.c121 struct crypto_cipher *tfm = tctx->child; local
166 struct crypto_cipher *tfm = tctx->child; local
194 static int cmac_init_tfm(struct crypto_shash *tfm) argument
211 cmac_clone_tfm(struct crypto_shash *tfm, struct crypto_shash *otfm) argument
226 cmac_exit_tfm(struct crypto_shash *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...]
H A Dauthenc.c299 static int crypto_authenc_init_tfm(struct crypto_aead *tfm) argument
346 static void crypto_authenc_exit_tfm(struct crypto_aead *tfm) argument
H A Dauthencesn.c313 static int crypto_authenc_esn_init_tfm(struct crypto_aead *tfm) argument
362 static void crypto_authenc_esn_exit_tfm(struct crypto_aead *tfm) argument
H A Dapi.c348 static void crypto_exit_ops(struct crypto_tfm *tfm) argument
392 struct crypto_tfm *tfm; local
452 struct crypto_tfm *tfm; local
488 struct crypto_tfm *tfm; local
512 struct crypto_tfm *tfm; local
547 struct crypto_tfm *tfm; local
611 void *tfm; local
651 crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) argument
[all...]
H A Dadiantum.c117 static int adiantum_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
221 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
280 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
340 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
427 adiantum_init_tfm(struct crypto_skcipher *tfm) argument
479 adiantum_exit_tfm(struct crypto_skcipher *tfm) argument
[all...]
H A Daead.c32 static int setkey_unaligned(struct crypto_aead *tfm, const u8 *key, argument
53 int crypto_aead_setkey(struct crypto_aead *tfm, argument
74 crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
152 crypto_aead_exit_tfm(struct crypto_tfm *tfm) argument
160 crypto_aead_init_tfm(struct crypto_tfm *tfm) argument
[all...]
H A Dsm2.c380 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
420 static int sm2_set_pub_key(struct crypto_akcipher *tfm, argument
447 static unsigned int sm2_max_size(struct crypto_akcipher *tfm) argument
453 static int sm2_init_tfm(struct crypto_akcipher *tfm) argument
460 static void sm2_exit_tfm(struct crypto_akcipher *tfm) argument
/linux-master/crypto/asymmetric_keys/
H A Dx509_public_key.c28 struct crypto_shash *tfm; local
[all...]
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c209 aesni_rfc4106_gcm_ctx *aesni_rfc4106_gcm_ctx_get(struct crypto_aead *tfm) argument
215 generic_gcmaes_ctx *generic_gcmaes_ctx_get(struct crypto_aead *tfm) argument
226 static inline struct aesni_xts_ctx *aes_xts_ctx(struct crypto_skcipher *tfm) argument
251 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
258 static void aesni_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
271 aesni_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
284 aesni_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int len) argument
292 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
314 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
336 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
358 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
380 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
436 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
510 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
559 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
649 generic_gcmaes_set_authsize(struct crypto_aead *tfm, unsigned int authsize) argument
781 struct crypto_aead *tfm = crypto_aead_reqtfm(req); local
800 struct crypto_aead *tfm = crypto_aead_reqtfm(req); local
826 struct crypto_aead *tfm = crypto_aead_reqtfm(req); local
854 struct crypto_aead *tfm = crypto_aead_reqtfm(req); local
880 xts_aesni_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
903 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
1154 struct crypto_aead *tfm = crypto_aead_reqtfm(req); local
1171 struct crypto_aead *tfm = crypto_aead_reqtfm(req); local
[all...]
/linux-master/arch/sparc/crypto/
H A Dcrc32c_glue.c114 static int crc32c_sparc64_cra_init(struct crypto_tfm *tfm) argument
/linux-master/arch/mips/crypto/
H A Dcrc32-mips.c181 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, argument
270 static int chksum_cra_init(struct crypto_tfm *tfm) argument
/linux-master/net/wireless/
H A Dlib80211_crypt_tkip.c624 struct crypto_shash *tfm = tkey->tx_tfm_michael; local
/linux-master/net/sctp/
H A Dsm_make_chunk.c1718 struct crypto_shash *tfm = sctp_sk(ep->base.sk)->hmac; local
1786 struct crypto_shash *tfm = sctp_sk(ep->base.sk)->hmac; local
/linux-master/net/mac80211/
H A Dkey.h91 struct crypto_aead *tfm; member in struct:ieee80211_key::__anon3183::__anon3185
96 struct crypto_shash *tfm; member in struct:ieee80211_key::__anon3183::__anon3186
102 struct crypto_aead *tfm; member in struct:ieee80211_key::__anon3183::__anon3187
113 struct crypto_aead *tfm; member in struct:ieee80211_key::__anon3183::__anon3188
H A Dfils_aead.c25 static int aes_s2v(struct crypto_shash *tfm, argument
72 struct crypto_shash *tfm; local
149 struct crypto_shash *tfm; local
[all...]
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h239 struct crypto_skcipher *tfm; member in struct:ecryptfs_crypt_stat
/linux-master/fs/crypto/
H A Dcrypto.c118 struct crypto_skcipher *tfm = ci->ci_enc_key.tfm; local
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c55 struct crypto_skcipher *tfm; local
/linux-master/net/tipc/
H A Dcrypto.c130 struct crypto_aead *tfm; member in struct:tipc_tfm
491 struct crypto_aead *tfm; local
518 struct crypto_aead *tfm; local
685 tipc_aead_mem_alloc(struct crypto_aead *tfm, unsigned int crypto_ctx_size, u8 **iv, struct aead_request **req, struct scatterlist **sg, int nsg) argument
737 struct crypto_aead *tfm = tipc_aead_tfm_next(aead); local
882 struct crypto_aead *tfm; local
[all...]
/linux-master/drivers/scsi/
H A Discsi_tcp.c586 struct crypto_ahash *tfm; local
674 struct crypto_ahash *tfm; local
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c81 struct crypto_ahash *tfm; local
H A Dgss_krb5_seal.c108 struct crypto_ahash *tfm = ctx->initiate ? local
H A Dgss_krb5_keys.c305 krb5_cmac_Ki(struct crypto_shash *tfm, const struct xdr_netobj *constant, argument
377 struct crypto_shash *tfm; local
444 krb5_hmac_K1(struct crypto_shash *tfm, const struct xdr_netobj *label, u32 outlen, struct xdr_netobj *K1) argument
506 struct crypto_shash *tfm; local
[all...]
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c20 struct crypto_skcipher *tfm; member in struct:virtio_crypto_skcipher_ctx
281 static int virtio_crypto_skcipher_setkey(struct crypto_skcipher *tfm, argument
327 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
516 static int virtio_crypto_skcipher_init(struct crypto_skcipher *tfm) argument
526 virtio_crypto_skcipher_exit(struct crypto_skcipher *tfm) argument
[all...]

Completed in 313 milliseconds

1234567891011>>