Home
last modified time | relevance | path

Searched defs:n (Results 1 – 24 of 24) 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
Dsm3_generic.c39 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()
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
Dfips140-eval-testing.c81 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.c304 #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
Dblowfish_generic.c34 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
Dalgapi.c94 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
Djitterentropy-kcapi.c73 void jent_memcpy(void *dest, const void *src, unsigned int n) in jent_memcpy()
Dsm2.c43 const char *n; /* The order of the base point. */ member
136 size_t n; in sm2_ecc_os2ec() local
Dpolyval-generic.c159 int n; in polyval_update() local
Dskcipher.c107 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
Drsa.c16 MPI n; member
Dseed.c27 byte(const u32 x, const unsigned n) in byte()
Dfips140-module.c201 struct crypto_alg *n; in fips140_remove_final() local
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
Dadiantum.c256 unsigned int i, n; in adiantum_hash_message() local
Daf_alg.c407 ssize_t n; in af_alg_make_sg() local
/crypto/asymmetric_keys/
Dpublic_key.c72 int n; in software_key_determine_akcipher() local
Dasymmetric_type.c338 int n; in asymmetric_key_describe() local