/isa-l_crypto/aes/aarch64/ |
H A D | aes_gcm_consts.S | 31 #define CONST_VAR_START(a) \ argument 34 #define CONST_VAR_END(a) \ argument
|
H A D | keyexp_aarch64_dispatcher.c | 32 #define PROVIDER_BASIC(a) (void *) 0 argument
|
H A D | keyexp_192_aarch64_aes.S | 34 #define NUM_ROUNDS(a) (7+(a)/32) argument
|
H A D | keyexp_256_aarch64_aes.S | 35 #define NUM_ROUNDS(a) (7+(a)/32) argument
|
H A D | cbc_aarch64_dispatcher.c | 32 #define PROVIDER_BASIC(a) (void *) 0 argument
|
/isa-l_crypto/mh_sha1/ |
H A D | sha1_for_mh_sha1.c | 47 #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 D | mh_sha1_block_base.c | 44 #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 D | mh_sha1_ref.c | 52 #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 D | isal_crypto_api.h | 38 #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 D | sha1_ref.c | 61 #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 D | sha1_ctx_base.c | 56 #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 D | sha512_ref.c | 103 #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 D | sha512_ctx_base.c | 44 #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 D | sha256_ref.c | 62 #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 D | sha256_ctx_base.c | 53 #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 D | mh_sha256_internal.h | 74 #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 D | sha256_for_mh_sha256.c | 41 #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 D | md5_mb_mgr_aarch64_asimd.c | 34 #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 D | sm3_mb_mgr_asimd_aarch64.c | 34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument 38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
|
H A D | sm3_mb_mgr_sm_aarch64.c | 34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument 38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
|
H A D | sm3_mb_mgr_sve.c | 34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument 38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
|
H A D | sm3_mb_mgr_sve2.c | 34 #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 D | sha512_mb_mgr_ce.c | 34 #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 D | sha1_mb_mgr_ce.c | 34 #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 D | sha256_mb_mgr_ce.c | 34 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument 38 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
|