Searched defs:F (Results 1 – 10 of 10) sorted by relevance
/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 | 46 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
|
/openssl/crypto/sm4/ |
H A D | sm4.c | 326 #define SM4_RNDS(k0, k1, k2, k3, F) \ argument
|
/openssl/crypto/md5/ |
H A D | md5_local.h | 59 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
|
/openssl/util/ |
H A D | check-format-test-negatives.c | 17 #define F \ macro
|
/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/crypto/sha/ |
H A D | sha512.c | 606 SHA_LONG64 X[9 + 80], *F; in sha512_block_data_order() local
|
Completed in 20 milliseconds