Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 45) sorted by relevance

12

/isa-l_crypto/aes/aarch64/
H A Daes_gcm_consts.S31 #define CONST_VAR_START(a) \ argument
34 #define CONST_VAR_END(a) \ argument
H A Dkeyexp_aarch64_dispatcher.c32 #define PROVIDER_BASIC(a) (void *) 0 argument
H A Dkeyexp_192_aarch64_aes.S34 #define NUM_ROUNDS(a) (7+(a)/32) argument
H A Dkeyexp_256_aarch64_aes.S35 #define NUM_ROUNDS(a) (7+(a)/32) argument
H A Dcbc_aarch64_dispatcher.c32 #define PROVIDER_BASIC(a) (void *) 0 argument
/isa-l_crypto/mh_sha1/
H A Dsha1_for_mh_sha1.c47 #define step00_19(i, a, b, c, d, e) \ argument
55 #define step20_39(i, a, b, c, d, e) \ argument
60 #define step40_59(i, a, b, c, d, e) \ argument
65 #define step60_79(i, a, b, c, d, e) \ argument
73 uint32_t a, b, c, d, e; in _sha1_single_for_mh_sha1() local
H A Dmh_sha1_block_base.c44 #define update_e_1(s, a, b, c, d, e, i, w) \ argument
46 #define update_e_2(s, a, b, c, d, e, i, w) \ argument
48 #define update_e_3(s, a, b, c, d, e, i, w) \ argument
50 #define update_e_4(s, a, b, c, d, e, i, w) \ argument
90 #define UPDATE_E1(a, b, c, d, e, i, w) \ argument
108 #define UPDATE_E2(a, b, c, d, e, i, w) \ argument
126 #define UPDATE_E3(a, b, c, d, e, i, w) \ argument
144 #define UPDATE_E4(a, b, c, d, e, i, w) \ argument
181 step00_15(int i, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, in step00_15()
190 step16_19(int i, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, in step16_19()
[all …]
H A Dmh_sha1_ref.c52 #define step00_19(i, a, b, c, d, e) \ argument
60 #define step20_39(i, a, b, c, d, e) \ argument
65 #define step40_59(i, a, b, c, d, e) \ argument
70 #define step60_79(i, a, b, c, d, e) \ argument
78 uint32_t a, b, c, d, e; in sha1_single_for_mh_sha1_ref() local
/isa-l_crypto/include/
H A Disal_crypto_api.h38 #define CONCAT_VERSION_(a, b, c) a##.##b##.##c argument
39 #define CONCAT_VERSION(a, b, c) CONCAT_VERSION_(a, b, c) argument
40 #define TO_STRING_(a) #a argument
41 #define TO_STRING(a) TO_STRING_(a) argument
/isa-l_crypto/sha1_mb/
H A Dsha1_ref.c61 #define step00_19(i, a, b, c, d, e) \ argument
69 #define step20_39(i, a, b, c, d, e) \ argument
74 #define step40_59(i, a, b, c, d, e) \ argument
79 #define step60_79(i, a, b, c, d, e) \ argument
126 uint32_t a, b, c, d, e; in sha1_single() local
H A Dsha1_ctx_base.c56 #define step00_19(i, a, b, c, d, e) \ argument
64 #define step20_39(i, a, b, c, d, e) \ argument
69 #define step40_59(i, a, b, c, d, e) \ argument
74 #define step60_79(i, a, b, c, d, e) \ argument
256 uint32_t a, b, c, d, e; in sha1_single() local
/isa-l_crypto/sha512_mb/
H A Dsha512_ref.c103 #define maj(a, b, c) ((a & b) ^ (a & c) ^ (b & c)) argument
114 #define s0(a) (ror64(a, 28) ^ ror64(a, 34) ^ ror64(a, 39)) argument
122 #define step(i, a, b, c, d, e, f, g, h, k) \ argument
136 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_single() local
H A Dsha512_ctx_base.c44 #define maj(a, b, c) ((a & b) ^ (a & c) ^ (b & c)) argument
55 #define s0(a) (ror64(a, 28) ^ ror64(a, 34) ^ ror64(a, 39)) argument
63 #define step(i, a, b, c, d, e, f, g, h, k) \ argument
249 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_single() local
/isa-l_crypto/sha256_mb/
H A Dsha256_ref.c62 #define s0(a) (ror32(a, 2) ^ ror32(a, 13) ^ ror32(a, 22)) argument
64 #define maj(a, b, c) ((a & b) ^ (a & c) ^ (b & c)) argument
67 #define step(i, a, b, c, d, e, f, g, h, k) \ argument
122 uint32_t a, b, c, d, e, f, g, h, t1, t2; in sha256_single() local
H A Dsha256_ctx_base.c53 #define s0(a) (ror32(a, 2) ^ ror32(a, 13) ^ ror32(a, 22)) argument
55 #define maj(a, b, c) ((a & b) ^ (a & c) ^ (b & c)) argument
58 #define step(i, a, b, c, d, e, f, g, h, k) \ argument
246 uint32_t a, b, c, d, e, f, g, h, t1, t2; in sha256_single() local
/isa-l_crypto/mh_sha256/
H A Dmh_sha256_internal.h74 #define s0(a) (ror32(a, 2) ^ ror32(a, 13) ^ ror32(a, 22)) argument
76 #define maj(a, b, c) ((a & b) ^ (a & c) ^ (b & c)) argument
H A Dsha256_for_mh_sha256.c41 #define step(i, a, b, c, d, e, f, g, h, k) \ argument
54 uint32_t a, b, c, d, e, f, g, h, t1, t2; in sha256_single_for_mh_sha256() local
/isa-l_crypto/md5_mb/aarch64/
H A Dmd5_mb_mgr_aarch64_asimd.c34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/isa-l_crypto/sm3_mb/aarch64/
H A Dsm3_mb_mgr_asimd_aarch64.c34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dsm3_mb_mgr_sm_aarch64.c34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dsm3_mb_mgr_sve.c34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dsm3_mb_mgr_sve2.c34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/isa-l_crypto/sha512_mb/aarch64/
H A Dsha512_mb_mgr_ce.c34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/isa-l_crypto/sha1_mb/aarch64/
H A Dsha1_mb_mgr_ce.c34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/isa-l_crypto/sha256_mb/aarch64/
H A Dsha256_mb_mgr_ce.c34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument

12