Searched defs:tfm (Results 226 - 250 of 393) sorted by last modified time

1234567891011>>

/linux-master/crypto/
H A Dkpp.c40 static void crypto_kpp_exit_tfm(struct crypto_tfm *tfm) argument
48 static int crypto_kpp_init_tfm(struct crypto_tfm *tfm) argument
H A Dalgif_aead.c51 struct crypto_aead *tfm = aeadc->aead; local
68 struct crypto_aead *tfm = aeadc->aead; local
97 struct crypto_aead *tfm = aeadc->aead; local
382 struct aead_tfm *tfm; local
457 struct aead_tfm *tfm; local
486 struct aead_tfm *tfm = private; local
495 struct aead_tfm *tfm = private; local
502 struct aead_tfm *tfm = private; local
514 struct crypto_aead *tfm = aeadc->aead; local
527 struct aead_tfm *tfm = private; local
557 struct aead_tfm *tfm = private; local
[all...]
H A Dacompress.c31 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) argument
56 static void crypto_acomp_exit_tfm(struct crypto_tfm *tfm) argument
64 static int crypto_acomp_init_tfm(struct crypto_tfm *tfm) argument
157 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); local
171 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); local
[all...]
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c20 struct crypto_shash *tfm; local
[all...]
/linux-master/drivers/staging/ks7010/
H A Dks_hostif.c195 struct crypto_shash *tfm = NULL; local
/linux-master/net/sctp/
H A Dauth.c456 struct crypto_shash *tfm = NULL; local
712 struct crypto_shash *tfm; local
/linux-master/lib/
H A Dlibcrc32c.c36 static struct crypto_shash *tfm; variable in typeref:struct:crypto_shash
/linux-master/include/crypto/
H A Drng.h113 static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) argument
131 static inline struct rng_alg *crypto_rng_alg(struct crypto_rng *tfm) argument
142 crypto_free_rng(struct crypto_rng *tfm) argument
181 crypto_rng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) argument
209 crypto_rng_get_bytes(struct crypto_rng *tfm, u8 *rdata, unsigned int dlen) argument
247 crypto_rng_seedsize(struct crypto_rng *tfm) argument
[all...]
H A Dkpp.h133 static inline struct crypto_tfm *crypto_kpp_tfm(struct crypto_kpp *tfm) argument
143 static inline struct crypto_kpp *__crypto_kpp_tfm(struct crypto_tfm *tfm) argument
148 static inline struct kpp_alg *crypto_kpp_alg(struct crypto_kpp *tfm) argument
153 crypto_kpp_reqsize(struct crypto_kpp *tfm) argument
158 kpp_request_set_tfm(struct kpp_request *req, struct crypto_kpp *tfm) argument
169 crypto_kpp_get_flags(struct crypto_kpp *tfm) argument
174 crypto_kpp_set_flags(struct crypto_kpp *tfm, u32 flags) argument
186 crypto_free_kpp(struct crypto_kpp *tfm) argument
199 kpp_request_alloc(struct crypto_kpp *tfm, gfp_t gfp) argument
329 crypto_kpp_set_secret(struct crypto_kpp *tfm, const void *buffer, unsigned int len) argument
355 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
376 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
395 crypto_kpp_maxsize(struct crypto_kpp *tfm) argument
[all...]
H A Dxts.h11 static inline int xts_verify_key(struct crypto_skcipher *tfm, argument
/linux-master/include/crypto/internal/
H A Dacompress.h61 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) argument
72 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) argument
H A Dscompress.h55 static inline struct crypto_scomp *__crypto_scomp_tfm(struct crypto_tfm *tfm) argument
60 static inline struct crypto_tfm *crypto_scomp_tfm(struct crypto_scomp *tfm) argument
65 static inline void crypto_free_scomp(struct crypto_scomp *tfm) argument
70 crypto_scomp_alg(struct crypto_scomp *tfm) argument
75 crypto_scomp_alloc_ctx(struct crypto_scomp *tfm) argument
80 crypto_scomp_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
86 crypto_scomp_compress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
93 crypto_scomp_decompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dkpp.h76 static inline void *kpp_tfm_ctx(struct crypto_kpp *tfm) argument
81 static inline void *kpp_tfm_ctx_dma(struct crypto_kpp *tfm) argument
91 static inline const char *kpp_alg_name(struct crypto_kpp *tfm) argument
H A Daead.h37 static inline void *crypto_aead_ctx(struct crypto_aead *tfm) argument
42 static inline void *crypto_aead_ctx_dma(struct crypto_aead *tfm) argument
155 static inline unsigned int crypto_aead_chunksize(struct crypto_aead *tfm) argument
H A Dakcipher.h59 static inline void *akcipher_tfm_ctx(struct crypto_akcipher *tfm) argument
64 static inline void *akcipher_tfm_ctx_dma(struct crypto_akcipher *tfm) argument
75 static inline const char *akcipher_alg_name(struct crypto_akcipher *tfm) argument
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c287 void drbd_csum_ee(struct crypto_shash *tfm, struct drbd_peer_request *peer_req, void *digest) argument
316 void drbd_csum_bio(struct crypto_shash *tfm, struct bio *bio, void *digest) argument
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_verify.c26 struct crypto_shash *tfm; local
[all...]
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi.c2505 static int caam_cra_init(struct crypto_skcipher *tfm) argument
2538 static int caam_aead_init(struct crypto_aead *tfm) argument
2559 static void caam_cra_exit(struct crypto_skcipher *tfm) argument
2568 caam_aead_exit(struct crypto_aead *tfm) argument
[all...]
/linux-master/drivers/md/
H A Ddm-ima.c188 struct crypto_shash *tfm = NULL; local
/linux-master/security/keys/
H A Ddh.c69 struct crypto_shash *tfm; local
134 struct crypto_kpp *tfm; local
[all...]
/linux-master/net/bluetooth/
H A Decdh_helper.c44 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 public_key[64], argument
101 int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 private_key[32]) argument
145 generate_ecdh_public_key(struct crypto_kpp *tfm, u8 public_key[64]) argument
194 generate_ecdh_keys(struct crypto_kpp *tfm, u8 public_key[64]) argument
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx-common-pseries.c1011 static int nx842_pseries_crypto_init(struct crypto_tfm *tfm) argument
H A Dnx-common-powernv.c1034 static int nx842_powernv_crypto_init(struct crypto_tfm *tfm) argument
/linux-master/drivers/crypto/marvell/cesa/
H A Dhash.c458 static inline int mv_cesa_ahash_cra_init(struct crypto_tfm *tfm) argument
1187 struct crypto_ahash *tfm; local
1235 mv_cesa_ahmac_cra_init(struct crypto_tfm *tfm) argument
1259 mv_cesa_ahmac_md5_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1330 mv_cesa_ahmac_sha1_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1388 mv_cesa_ahmac_sha256_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c622 static int safexcel_ahash_exit_inv(struct crypto_tfm *tfm) argument
918 static int safexcel_ahash_cra_init(struct crypto_tfm *tfm) argument
961 static void safexcel_ahash_cra_exit(struct crypto_tfm *tfm) argument
1121 struct crypto_ahash *tfm; local
1190 safexcel_hmac_alg_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) argument
1199 safexcel_hmac_sha1_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1352 safexcel_hmac_sha224_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1424 safexcel_hmac_sha256_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1610 safexcel_hmac_sha512_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1682 safexcel_hmac_sha384_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1835 safexcel_hmac_md5_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1884 safexcel_crc32_cra_init(struct crypto_tfm *tfm) argument
1916 safexcel_crc32_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1988 safexcel_cbcmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int len) argument
2056 safexcel_xcbcmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int len) argument
2090 safexcel_xcbcmac_cra_init(struct crypto_tfm *tfm) argument
2099 safexcel_xcbcmac_cra_exit(struct crypto_tfm *tfm) argument
2139 safexcel_cmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int len) argument
2283 safexcel_hmac_sm3_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
2357 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
2375 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
2412 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
2422 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
2432 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
2447 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
2467 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
2477 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
2486 safexcel_sha3_cra_init(struct crypto_tfm *tfm) argument
2510 safexcel_sha3_cra_exit(struct crypto_tfm *tfm) argument
2551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
2609 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
2667 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
2723 safexcel_hmac_sha3_cra_init(struct crypto_tfm *tfm, const char *alg) argument
2747 safexcel_hmac_sha3_cra_exit(struct crypto_tfm *tfm) argument
2757 safexcel_hmac_sha3_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
2817 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
2849 safexcel_hmac_sha3_224_cra_init(struct crypto_tfm *tfm) argument
2888 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
2920 safexcel_hmac_sha3_256_cra_init(struct crypto_tfm *tfm) argument
2959 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
2991 safexcel_hmac_sha3_384_cra_init(struct crypto_tfm *tfm) argument
3030 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
3062 safexcel_hmac_sha3_512_cra_init(struct crypto_tfm *tfm) argument
[all...]

Completed in 467 milliseconds

1234567891011>>