/openssl/crypto/sm3/ |
H A D | sm3_local.h | 93 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument 106 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument 109 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
|
H A D | sm3.c | 32 register unsigned MD32_REG_T A, B, C, D, E, F, G, H; in ossl_sm3_block_data_order() local
|
/openssl/include/internal/ |
H A D | sm3.h | 29 SM3_WORD A, B, C, D, E, F, G, H; member
|
/openssl/crypto/md4/ |
H A D | md4_local.h | 47 #define G(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) macro
|
/openssl/crypto/md5/ |
H A D | md5_local.h | 60 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) macro
|
/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 206 #define G(r,i,a,b,c,d) \ in blake2b_compress() macro
|
H A D | blake2s_prov.c | 196 #define G(r,i,a,b,c,d) \ in blake2s_compress() macro
|
/openssl/test/ |
H A D | dsatest.c | 142 # define G 2 macro
|
H A D | ectest.c | 43 const EC_POINT *G = NULL; in group_order_tests() local 1319 EC_POINT *G = NULL, *P = NULL, *Q = NULL, *Q_CHECK = NULL; in nistp_single_test() local 2458 const EC_POINT *G = NULL; in ec_point_hex2point_test() local
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 107 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
|
/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 137 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
|
/openssl/providers/implementations/kdfs/ |
H A D | argon2.c | 84 # define G(a, b, c, d) \ macro
|