Home
last modified time | relevance | path

Searched defs:GG (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/krb5/src/lib/crypto/builtin/md4/
H A Dmd4.c68 #define GG(a, b, c, d, x, s) \ macro
/freebsd/crypto/openssl/crypto/sm3/
H A Dsm3_local.h54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c86 #define GG(a, b, c, d, x, s, ac) \ macro
/freebsd/sys/fs/ext2fs/
H A Dext2_hash.c94 #define GG(a, b, c, d, x, s) { \ macro
/freebsd/sys/kern/
H A Dmd4c.c85 #define GG(a, b, c, d, x, s) { \ macro
H A Dmd5c.c111 #define GG(a, b, c, d, x, s, ac) { \ macro
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/
H A Dsha512.c132 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
H A Dsha256.c124 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
/freebsd/crypto/krb5/src/lib/crypto/builtin/md5/
H A Dmd5.c85 #define GG(a, b, c, d, x, s, ac) \ macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1156 auto *GG = cast<CXXDeductionGuideDecl>(FPrime); in BuildDeductionGuideForTypeAlias() local