| /crypto/ |
| A D | twofish_generic.c | 44 #define G2(b) \ argument 53 #define ENCROUND(n, a, b, c, d) \ argument 60 #define DECROUND(n, a, b, c, d) \ argument 100 u32 a, b, c, d; in twofish_encrypt() local 135 u32 a, b, c, d; in twofish_decrypt() local
|
| A D | twofish_common.c | 468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument 483 #define CALC_SB_2(i, a, b) \ argument 491 #define CALC_SB192_2(i, a, b) \ argument 499 #define CALC_SB256_2(i, a, b) \ argument 529 #define CALC_K_2(a, b, c, d, j) \ argument 542 #define CALC_K192_2(a, b, c, d, j) \ argument 555 #define CALC_K256_2(a, b, j) \ argument
|
| A D | md4.c | 63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 69 u32 a, b, c, d; in md4_transform() local
|
| A D | aegis128-neon-inner.c | 182 static uint8x16_t vqtbl1q_u8(uint8x16_t a, uint8x16_t b) in vqtbl1q_u8() 193 static uint8x16_t vqtbx1q_u8(uint8x16_t v, uint8x16_t a, uint8x16_t b) in vqtbx1q_u8()
|
| A D | blowfish_common.c | 305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
| A D | blowfish_generic.c | 35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
| A D | xts.c | 146 le128 b; in xts_cts_done() local 168 le128 b[2]; in xts_cts_final() local
|
| A D | blake2b_generic.c | 46 #define G(r,i,a,b,c,d) \ argument
|
| A D | polyval-generic.c | 72 u64 b = get_unaligned((const u64 *)&src[8]); in copy_and_reverse() local
|
| A D | md5.c | 40 u32 a, b, c, d; in md5_transform() local
|
| A D | rmd160.c | 39 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|
| A D | algapi.c | 1005 u8 *b = (a + size); in crypto_inc_byte() local 1018 __be32 *b = (__be32 *)(a + size); in crypto_inc() local
|
| A D | lrw.c | 57 static inline void lrw_setbit128_bbe(void *b, int bit) in lrw_setbit128_bbe()
|
| A D | serpent_generic.c | 24 #define keyiter(a, b, c, d, i, j) \ argument
|
| A D | ecc.c | 405 static uint128_t add_128_128(uint128_t a, uint128_t b) in add_128_128() 1042 u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; in vli_mod_inv() local
|
| A D | testmgr.c | 979 u8 b; in generate_random_bytes() local
|
| /crypto/asymmetric_keys/ |
| A D | x509_public_key.c | 109 bool b = asymmetric_key_id_same(cert->id, cert->sig->auth_ids[0]); in x509_check_for_self_signed() local
|
| A D | verify_pefile.c | 208 static int pefile_compare_shdrs(const void *a, const void *b) in pefile_compare_shdrs()
|
| /crypto/async_tx/ |
| A D | async_pq.c | 26 #define P(b, d) (b[d-2]) argument 27 #define Q(b, d) (b[d-1]) argument
|
| A D | async_raid6_recov.c | 28 u8 *a, *b, *c; in async_sum_product() local 158 struct page *p, *q, *a, *b; in __2data_recov_4() local
|