/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 | 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 | algapi.c | 112 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local 161 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local 444 struct crypto_alg *n; in crypto_remove_final() local 589 struct hlist_node *n; in crypto_unregister_template() local
|
D | fips140-eval-testing.c | 89 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 | 305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | blowfish_generic.c | 35 #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 | sm2.c | 46 const char *n; /* The order of the base point. */ member 142 size_t n; in sm2_ecc_os2ec() local
|
D | polyval-generic.c | 159 int n; in polyval_update() local
|
D | skcipher.c | 125 unsigned int n = walk->nbytes; in skcipher_walk_done() local 249 unsigned n; in skcipher_next_slow() local 365 unsigned int n; in skcipher_walk_next() local
|
D | dh.c | 334 static u64 __add_u64_to_be(__be64 *dst, unsigned int n, u64 val) in __add_u64_to_be() 352 unsigned int n, oversampling_size; in dh_safe_prime_gen_privkey() local
|
D | seed.c | 27 byte(const u32 x, const unsigned n) in byte()
|
D | rsa.c | 17 MPI n; member
|
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 | fips140-module.c | 281 struct crypto_alg *n; in fips140_remove_final() local
|
D | adiantum.c | 256 unsigned int i, n; in adiantum_hash_message() local
|
/crypto/asymmetric_keys/ |
D | public_key.c | 72 int n; in software_key_determine_akcipher() local
|
D | asymmetric_type.c | 368 int n; in asymmetric_key_describe() local
|