Home
last modified time | relevance | path

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

/openssl-master/crypto/sm3/
A Dsm3_local.h54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument
67 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
70 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
A Dsm3.c32 register unsigned MD32_REG_T A, B, C, D, E, F, G, H; in ossl_sm3_block_data_order() local
/openssl-master/include/internal/
A Dsm3.h29 SM3_WORD A, B, C, D, E, F, G, H; member
/openssl-master/crypto/md4/
A Dmd4_local.h47 #define G(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) macro
/openssl-master/crypto/md5/
A Dmd5_local.h58 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) macro
/openssl-master/providers/implementations/digests/
A Dblake2b_prov.c205 #define G(r,i,a,b,c,d) \ in blake2b_compress() macro
A Dblake2s_prov.c198 #define G(r,i,a,b,c,d) \ in blake2s_compress() macro
/openssl-master/test/
A Ddsatest.c142 # define G 2 macro
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-master/providers/implementations/ciphers/
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-master/crypto/evp/
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 120 milliseconds