/crypto/ |
D | twofish_generic.c | 67 #define ENCROUND(n, a, b, c, d) \ argument 74 #define DECROUND(n, a, b, c, d) \ argument 85 #define ENCCYCLE(n) \ argument 89 #define DECCYCLE(n) \ argument 99 #define INPACK(n, x, m) \ argument 102 #define OUTUNPACK(n, x, m) \ argument
|
D | aes_generic.c | 58 static inline u8 byte(const u32 x, const unsigned n) in byte() 1300 #define f_rn(bo, bi, n, k) do { \ argument 1315 #define f_rl(bo, bi, n, k) do { \ argument 1372 #define i_rn(bo, bi, n, k) do { \ argument 1387 #define i_rl(bo, bi, n, k) do { \ argument
|
D | twofish_common.c | 549 #define CALC_K(a, j, k, l, m, n) \ argument 562 #define CALC_K192(a, j, k, l, m, n) \ argument 575 #define CALC_K256(a, j, k, l, m, n) \ argument
|
D | ablkcipher.c | 82 unsigned int n = bsize; in ablkcipher_done_slow() local 100 unsigned int n) in ablkcipher_done_fast() 118 unsigned int n = walk->nbytes - err; in ablkcipher_walk_done() local 161 unsigned int n; in ablkcipher_next_slow() local 232 unsigned int alignmask, bsize, n; in ablkcipher_walk_next() local
|
D | fcrypt.c | 58 #define ror56(hi, lo, n) \ argument 66 #define ror56_64(k, n) \ argument
|
D | blkcipher.c | 85 unsigned int n) in blkcipher_done_fast() 109 unsigned int n = walk->nbytes - err; in blkcipher_walk_done() local 151 unsigned int n; in blkcipher_next_slow() local 227 unsigned int n; in blkcipher_walk_next() local
|
D | algapi.c | 72 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local 118 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local 308 struct crypto_alg *n; in crypto_remove_final() local 450 struct hlist_node *n; in crypto_unregister_template() local
|
D | tea.c | 64 u32 y, z, n, sum = 0; in tea_encrypt() local 92 u32 y, z, n, sum; in tea_decrypt() local
|
D | blowfish_common.c | 309 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | blowfish_generic.c | 39 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | ghash-generic.c | 74 int n = min(srclen, dctx->bytes); in ghash_update() local
|
D | seed.c | 31 byte(const u32 x, const unsigned n) in byte()
|
D | ccm.c | 164 static void compute_mac(struct crypto_cipher *tfm, u8 *data, int n, in compute_mac() 209 int n; in get_data_to_compute() local
|
D | testmgr.c | 366 unsigned int i, j, k, n, temp; in __test_aead() local 827 unsigned int i, j, k, n, temp; in __test_skcipher() local
|
/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 90 size_t n; in asymmetric_key_describe() local
|