Home
last modified time | relevance | path

Searched defs:s (Results 1 – 14 of 14) sorted by relevance

/crypto/
Dmd4.c42 static inline u32 lshift(u32 x, unsigned int s) in lshift()
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
Daegis128-neon-inner.c205 int8x8_t s = vpmin_s8(vget_low_s8(v), vget_high_s8(v)); in vminvq_s8() local
231 uint8x16_t s = st.v[1] ^ (st.v[2] & st.v[3]) ^ st.v[4]; in crypto_aegis128_encrypt_chunk_neon() local
244 uint8x16_t s = st.v[1] ^ (st.v[2] & st.v[3]) ^ st.v[4]; in crypto_aegis128_encrypt_chunk_neon() local
290 uint8x16_t s = st.v[1] ^ (st.v[2] & st.v[3]) ^ st.v[4]; in crypto_aegis128_decrypt_chunk_neon() local
Daegis.h64 const u8 *s = src->bytes; in crypto_aegis_aesenc() local
Decdsa.c29 u64 s[ECC_MAX_DIGITS]; member
94 static int _ecdsa_verify(struct ecc_ctx *ctx, const u64 *hash, const u64 *r, const u64 *s) in _ecdsa_verify()
Djitterentropy-kcapi.c68 void jent_panic(char *s) in jent_panic()
Dmd5.c37 #define MD5STEP(f, w, x, y, z, in, s) \ argument
Drmd160.c43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
Decrdsa.c80 u64 s[ECRDSA_MAX_DIGITS]; /* second part of sig (s) */ in ecrdsa_verify() local
Ddrbg.c285 struct s { in drbg_cpu_to_be32() struct
286 __be32 conv; in drbg_cpu_to_be32()
Dserpent_generic.c33 #define store_and_load_keys(x0, x1, x2, x3, s, l) \ argument
/crypto/async_tx/
Dasync_tx.c152 enum submit_disposition s; in async_tx_submit() local
Dasync_pq.c382 void *p, *q, *s; in async_syndrome_val() local
Dasync_raid6_recov.c96 u8 *d, *s; in async_mult() local
/crypto/asymmetric_keys/
Dverify_pefile.c36 #define chkaddr(base, x, s) \ in pefile_parse_binary() argument