Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 28) sorted by relevance

12

/crypto/
Dproc.c20 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()
Drsa.c25 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
Dcast5_generic.c295 #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
Dcast6_generic.c27 #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
Dtwofish_common.c535 #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
Daegis128-neon-inner.c107 uint8x16_t m) in aegis128_update_neon()
248 uint8x16_t m; in crypto_aegis128_encrypt_chunk_neon() local
294 uint8x16_t m; in crypto_aegis128_decrypt_chunk_neon() local
Dtwofish_generic.c85 #define INPACK(n, x, m) \ argument
88 #define OUTUNPACK(n, x, m) \ argument
Dstreebog_generic.c953 const struct streebog_uint512 *m) in streebog_g()
977 struct streebog_uint512 m; in streebog_stage2() local
Dkpp.c44 static void crypto_kpp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_kpp_show()
Dblake2b_generic.c73 u64 m[16]; in blake2b_compress_one_generic() local
Dakcipher.c45 static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_akcipher_show()
Dsm2.c21 #define MPI_NBYTES(m) ((mpi_get_nbits(m) + 7) / 8) argument
217 MPI m, unsigned int pbytes) in sm2_z_digest_update()
Drng.c91 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg) in crypto_rng_show()
Dacompress.c47 static void crypto_acomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_acomp_show()
Dsm3_generic.c72 static void sm3_compress(u32 *w, u32 *wt, u32 *m) in sm3_compress()
Dscompress.c63 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_scomp_show()
Daead.c171 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg) in crypto_aead_show()
Dahash.c522 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ahash_show()
Decc.c351 unsigned __int128 m = (unsigned __int128)left * right; in mul_64_64() local
567 u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ in vli_mmod_special2() local
Dshash.c485 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_shash_show()
Dskcipher.c687 static void crypto_skcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_skcipher_show()
Dccm.c133 unsigned int m; in format_input() local
/crypto/asymmetric_keys/
Dpublic_key.c32 struct seq_file *m) in public_key_describe()
Dasymmetric_type.c332 static void asymmetric_key_describe(const struct key *key, struct seq_file *m) in asymmetric_key_describe()
Dasym_tpm.c285 struct seq_file *m) in asym_tpm_describe()

12