Home
last modified time | relevance | path

Searched defs:b (Results 1 – 20 of 20) sorted by relevance

/crypto/
A Dtwofish_generic.c44 #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 Dtwofish_common.c468 #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 Dmd4.c63 #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 Daegis128-neon-inner.c182 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 Dblowfish_common.c305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
A Dblowfish_generic.c35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
A Dxts.c146 le128 b; in xts_cts_done() local
168 le128 b[2]; in xts_cts_final() local
A Dblake2b_generic.c46 #define G(r,i,a,b,c,d) \ argument
A Dpolyval-generic.c72 u64 b = get_unaligned((const u64 *)&src[8]); in copy_and_reverse() local
A Dmd5.c40 u32 a, b, c, d; in md5_transform() local
A Drmd160.c39 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
A Dalgapi.c1005 u8 *b = (a + size); in crypto_inc_byte() local
1018 __be32 *b = (__be32 *)(a + size); in crypto_inc() local
A Dlrw.c57 static inline void lrw_setbit128_bbe(void *b, int bit) in lrw_setbit128_bbe()
A Dserpent_generic.c24 #define keyiter(a, b, c, d, i, j) \ argument
A Decc.c405 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 Dtestmgr.c979 u8 b; in generate_random_bytes() local
/crypto/asymmetric_keys/
A Dx509_public_key.c109 bool b = asymmetric_key_id_same(cert->id, cert->sig->auth_ids[0]); in x509_check_for_self_signed() local
A Dverify_pefile.c208 static int pefile_compare_shdrs(const void *a, const void *b) in pefile_compare_shdrs()
/crypto/async_tx/
A Dasync_pq.c26 #define P(b, d) (b[d-2]) argument
27 #define Q(b, d) (b[d-1]) argument
A Dasync_raid6_recov.c28 u8 *a, *b, *c; in async_sum_product() local
158 struct page *p, *q, *a, *b; in __2data_recov_4() local

Completed in 39 milliseconds