Home
last modified time | relevance | path

Searched defs:n (Results 1 – 22 of 22) sorted by relevance

/crypto/
Dtwofish_generic.c53 #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
Daes_generic.c59 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
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
Dfcrypt.c58 #define ror56(hi, lo, n) \ argument
66 #define ror56_64(k, n) (k = (k >> n) | ((k & ((1 << n) - 1)) << (56 - n))) argument
Dalgapi.c112 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
Dfips140-eval-testing.c89 fips140_copy_to_user(void __user *to, const void *from, unsigned long n) in fips140_copy_to_user()
Dtea.c59 u32 y, z, n, sum = 0; in tea_encrypt() local
87 u32 y, z, n, sum; in tea_decrypt() local
Dblowfish_common.c305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
Dblowfish_generic.c35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
Dghash-generic.c86 int n = min(srclen, dctx->bytes); in ghash_update() local
Dsm2.c46 const char *n; /* The order of the base point. */ member
142 size_t n; in sm2_ecc_os2ec() local
Dpolyval-generic.c159 int n; in polyval_update() local
Dskcipher.c125 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
Ddh.c334 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
Dseed.c27 byte(const u32 x, const unsigned n) in byte()
Drsa.c17 MPI n; member
Dvmac.c496 unsigned int n; in vmac_update() local
545 unsigned int n = round_up(partial, 16); in vhash_final() local
Dhctr2.c204 int n = 0; in hctr2_hash_message() local
Dfips140-module.c281 struct crypto_alg *n; in fips140_remove_final() local
Dadiantum.c256 unsigned int i, n; in adiantum_hash_message() local
/crypto/asymmetric_keys/
Dpublic_key.c72 int n; in software_key_determine_akcipher() local
Dasymmetric_type.c368 int n; in asymmetric_key_describe() local