/crypto/ |
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 535 #define CALC_K(a, j, k, l, m, n) \ argument 542 #define CALC_K192_2(a, b, c, d, j) \ argument 548 #define CALC_K192(a, j, k, l, m, n) \ argument 555 #define CALC_K256_2(a, b, j) \ argument 561 #define CALC_K256(a, j, k, l, m, n) \ argument
|
D | twofish_generic.c | 40 #define G1(a) \ 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
|
D | gf128mul.c | 141 u64 a = be64_to_cpu(x->a); in gf128mul_x8_lle() local 151 u64 a = be64_to_cpu(x->a); in gf128mul_x8_bbe() local 161 u64 a = le64_to_cpu(x->a); in gf128mul_x8_ble() local 312 void gf128mul_64k_bbe(be128 *a, const struct gf128mul_64k *t) in gf128mul_64k_bbe() 385 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_lle() 400 void gf128mul_4k_bbe(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_bbe()
|
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
|
D | polyval-generic.c | 72 u64 a = get_unaligned((const u64 *)&src[0]); in copy_and_reverse() local 89 be128 a, b; in polyval_mul_non4k() local
|
D | sm3_generic.c | 39 static inline u32 ff(unsigned int n, u32 a, u32 b, u32 c) in ff() 78 u32 a, b, c, d, e, f, g, h; in sm3_compress() local
|
D | sm2.c | 39 const char *a, *b; /* The coefficients. For Twisted Edwards member 66 MPI p, a, b; in sm2_ec_ctx_init() local 394 MPI a; in sm2_set_pub_key() local
|
D | aegis128-neon-inner.c | 181 static uint8x16_t vqtbl1q_u8(uint8x16_t a, uint8x16_t b) in vqtbl1q_u8() 192 static uint8x16_t vqtbx1q_u8(uint8x16_t v, uint8x16_t a, uint8x16_t b) in vqtbx1q_u8()
|
D | echainiv.c | 72 u64 a; in echainiv_encrypt() local
|
D | blowfish_common.c | 304 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | blowfish_generic.c | 34 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | blake2b_generic.c | 46 #define G(r,i,a,b,c,d) \ argument
|
D | md5.c | 42 u32 a, b, c, d; in md5_transform() local
|
D | sha512_generic.c | 101 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
|
D | rmd160.c | 43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|
D | fips140-module.c | 596 void crypto_inc(u8 *a, unsigned int size) in crypto_inc()
|
D | skcipher.c | 230 unsigned a; in skcipher_next_slow() local 399 unsigned a = crypto_tfm_ctx_alignment() - 1; in skcipher_copy_iv() local
|
D | algapi.c | 974 static inline void crypto_inc_byte(u8 *a, unsigned int size) in crypto_inc_byte() 987 void crypto_inc(u8 *a, unsigned int size) in crypto_inc()
|
D | ecc.c | 378 static uint128_t add_128_128(uint128_t a, uint128_t b) in add_128_128() 990 u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; in vli_mod_inv() local
|
D | serpent_generic.c | 24 #define keyiter(a, b, c, d, i, j) \ argument
|
D | ccm.c | 149 static int format_adata(u8 *adata, unsigned int a) in format_adata()
|
/crypto/asymmetric_keys/ |
D | x509_public_key.c | 119 bool a = asymmetric_key_id_same(cert->skid, cert->sig->auth_ids[1]); in x509_check_for_self_signed() local
|
D | verify_pefile.c | 208 static int pefile_compare_shdrs(const void *a, const void *b) in pefile_compare_shdrs()
|
/crypto/async_tx/ |
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
|