/crypto/ |
D | proc.c | 20 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 26 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next() 31 static void c_stop(struct seq_file *m, void *p) in c_stop() 36 static int c_show(struct seq_file *m, void *p) in c_show()
|
D | rsa.c | 25 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc() 39 static int _rsa_dec(const struct rsa_mpi_key *key, MPI m, MPI c) in _rsa_dec() 58 MPI m, c = mpi_alloc(0); in rsa_enc() local 97 MPI c, m = mpi_alloc(0); in rsa_dec() local
|
D | cast5_generic.c | 295 #define F1(D, m, r) ((I = ((m) + (D))), (I = rol32(I, (r))), \ argument 297 #define F2(D, m, r) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ argument 299 #define F3(D, m, r) ((I = ((m) - (D))), (I = rol32(I, (r))), \ argument
|
D | cast6_generic.c | 27 #define F1(D, r, m) ((I = ((m) + (D))), (I = rol32(I, (r))), \ argument 29 #define F2(D, r, m) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ argument 31 #define F3(D, r, m) ((I = ((m) - (D))), (I = rol32(I, (r))), \ argument
|
D | twofish_common.c | 535 #define CALC_K(a, j, k, l, m, n) \ argument 548 #define CALC_K192(a, j, k, l, m, n) \ argument 561 #define CALC_K256(a, j, k, l, m, n) \ argument
|
D | twofish_generic.c | 85 #define INPACK(n, x, m) \ argument 88 #define OUTUNPACK(n, x, m) \ argument
|
D | streebog_generic.c | 953 const struct streebog_uint512 *m) in streebog_g() 977 struct streebog_uint512 m; in streebog_stage2() local
|
D | kpp.c | 44 static void crypto_kpp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_kpp_show()
|
D | aegis128-neon-inner.c | 108 uint8x16_t m) in aegis128_update_neon()
|
D | akcipher.c | 45 static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_akcipher_show()
|
D | acompress.c | 47 static void crypto_acomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_acomp_show()
|
D | rng.c | 91 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg) in crypto_rng_show()
|
D | sm3_generic.c | 72 static void sm3_compress(u32 *w, u32 *wt, u32 *m) in sm3_compress()
|
D | scompress.c | 63 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_scomp_show()
|
D | aead.c | 176 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg) in crypto_aead_show()
|
D | ablkcipher.c | 385 static void crypto_ablkcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ablkcipher_show()
|
D | blkcipher.c | 527 static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_blkcipher_show()
|
D | ahash.c | 535 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ahash_show()
|
D | ecc.c | 340 unsigned __int128 m = (unsigned __int128)left * right; in mul_64_64() local 556 u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ in vli_mmod_special2() local
|
D | shash.c | 425 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_shash_show()
|
D | ccm.c | 141 unsigned int m; in format_input() local
|
D | skcipher.c | 924 static void crypto_skcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_skcipher_show()
|
/crypto/asymmetric_keys/ |
D | public_key.c | 29 struct seq_file *m) in public_key_describe()
|
D | asymmetric_type.c | 330 static void asymmetric_key_describe(const struct key *key, struct seq_file *m) in asymmetric_key_describe()
|
D | asym_tpm.c | 301 struct seq_file *m) in asym_tpm_describe()
|