/crypto/ |
D | twofish_generic.c | 53 #define ENCROUND(n, a, b, c, d) \ argument 60 #define DECROUND(n, a, b, c, d) \ argument 71 #define ENCCYCLE(n) \ argument 75 #define DECCYCLE(n) \ argument 85 #define INPACK(n, x, m) \ argument 88 #define OUTUNPACK(n, x, m) \ argument
|
D | aes_generic.c | 59 static inline u8 byte(const u32 x, const unsigned n) in byte() 1147 #define f_rn(bo, bi, n, k) do { \ argument 1162 #define f_rl(bo, bi, n, k) do { \ argument 1217 #define i_rn(bo, bi, n, k) do { \ argument 1232 #define i_rl(bo, bi, n, k) do { \ argument
|
D | sm3_generic.c | 39 static inline u32 ff(unsigned int n, u32 a, u32 b, u32 c) in ff() 44 static inline u32 gg(unsigned int n, u32 e, u32 f, u32 g) in gg() 49 static inline u32 t(unsigned int n) in t()
|
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 | fcrypt.c | 58 #define ror56(hi, lo, n) \ argument 66 #define ror56_64(k, n) (k = (k >> n) | ((k & ((1 << n) - 1)) << (56 - n))) argument
|
D | fips140-eval-testing.c | 81 fips140_copy_to_user(void __user *to, const void *from, unsigned long n) in fips140_copy_to_user()
|
D | tea.c | 59 u32 y, z, n, sum = 0; in tea_encrypt() local 87 u32 y, z, n, sum; in tea_decrypt() local
|
D | blowfish_common.c | 304 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | ghash-generic.c | 86 int n = min(srclen, dctx->bytes); in ghash_update() local
|
D | blowfish_generic.c | 34 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | algapi.c | 94 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local 143 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local 420 struct crypto_alg *n; in crypto_remove_final() local 565 struct hlist_node *n; in crypto_unregister_template() local
|
D | jitterentropy-kcapi.c | 73 void jent_memcpy(void *dest, const void *src, unsigned int n) in jent_memcpy()
|
D | sm2.c | 43 const char *n; /* The order of the base point. */ member 136 size_t n; in sm2_ecc_os2ec() local
|
D | polyval-generic.c | 159 int n; in polyval_update() local
|
D | skcipher.c | 107 unsigned int n = walk->nbytes; in skcipher_walk_done() local 231 unsigned n; in skcipher_next_slow() local 347 unsigned int n; in skcipher_walk_next() local
|
D | rsa.c | 16 MPI n; member
|
D | seed.c | 27 byte(const u32 x, const unsigned n) in byte()
|
D | fips140-module.c | 201 struct crypto_alg *n; in fips140_remove_final() local
|
D | vmac.c | 496 unsigned int n; in vmac_update() local 545 unsigned int n = round_up(partial, 16); in vhash_final() local
|
D | hctr2.c | 204 int n = 0; in hctr2_hash_message() local
|
D | adiantum.c | 256 unsigned int i, n; in adiantum_hash_message() local
|
D | af_alg.c | 407 ssize_t n; in af_alg_make_sg() local
|
/crypto/asymmetric_keys/ |
D | public_key.c | 72 int n; in software_key_determine_akcipher() local
|
D | asymmetric_type.c | 338 int n; in asymmetric_key_describe() local
|