Home
last modified time | relevance | path

Searched defs:G (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/sm3/
H A Dsm3_local.h88 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument
101 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
104 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
H A Dsm3.c32 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 Dsm3.h29 SM3_WORD A, B, C, D, E, F, G, H; member
/openssl/crypto/md4/
H A Dmd4_local.h47 #define G(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) macro
/openssl/crypto/md5/
H A Dmd5_local.h59 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) macro
/openssl/providers/implementations/digests/
H A Dblake2s_prov.c198 #define G(r,i,a,b,c,d) \ in blake2s_compress() macro
H A Dblake2b_prov.c205 #define G(r,i,a,b,c,d) \ in blake2b_compress() macro
/openssl/test/
H A Ddsatest.c142 # define G 2 macro
H A Dectest.c43 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
2346 const EC_POINT *G = NULL; in ec_point_hex2point_test() local
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c107 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c137 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member

Completed in 42 milliseconds