Searched defs:w (Results 1 – 7 of 7) sorted by relevance
/crypto/ |
D | sm3_generic.c | 54 static void sm3_expand(u32 *t, u32 *w, u32 *wt) in sm3_expand() 72 static void sm3_compress(u32 *w, u32 *wt, u32 *m) in sm3_compress() 126 unsigned int w[68]; in sm3_transform() local
|
D | md5.c | 37 #define MD5STEP(f, w, x, y, z, in, s) \ argument
|
D | lrw.c | 147 struct skcipher_walk w; in lrw_xor_tweak() local
|
D | twofish_common.c | 468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
|
D | aegis128-neon-inner.c | 51 uint8x16_t aegis_aes_round(uint8x16_t w) in aegis_aes_round()
|
D | xts.c | 89 struct skcipher_walk w; in xts_xor_tweak() local
|
D | ecc.c | 1547 u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; in ecc_is_pubkey_valid_partial() local
|