/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10.h | 46 fe25519 Z; member 52 fe25519 Z; member 59 fe25519 Z; member 72 fe25519 Z; member
|
/netbsd-src/external/mit/isl/dist/imath/ |
H A D | imath.h | 66 static inline mp_digit* MP_DIGITS(mp_int Z) { return Z->digits; } in MP_DIGITS() 67 static inline mp_size MP_ALLOC(mp_int Z) { return Z->alloc; } in MP_ALLOC() 68 static inline mp_size MP_USED(mp_int Z) { return Z->used; } in MP_USED() 69 static inline mp_sign MP_SIGN(mp_int Z) { return Z->sign; } in MP_SIGN()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ecdh_kdf.c | 20 const unsigned char *Z, size_t Zlen, in ecdh_KDF_X9_63() 76 const unsigned char *Z, size_t Zlen, in ECDH_KDF_X9_62()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecdh_kdf.c | 25 const unsigned char *Z, size_t Zlen, in ossl_ecdh_kdf_X9_63() 58 const unsigned char *Z, size_t Zlen, in ECDH_KDF_X9_62()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sm3/ |
H A D | sm3_local.h | 45 #define FF0(X,Y,Z) (X ^ Y ^ Z) argument 46 #define GG0(X,Y,Z) (X ^ Y ^ Z) argument 48 #define FF1(X,Y,Z) ((X & Y) | ((X | Y) & Z)) argument 49 #define GG1(X,Y,Z) ((Z ^ (X & (Y ^ Z)))) argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
H A D | sm3_local.h | 44 #define FF0(X,Y,Z) (X ^ Y ^ Z) argument 45 #define GG0(X,Y,Z) (X ^ Y ^ Z) argument 47 #define FF1(X,Y,Z) ((X & Y) | ((X | Y) & Z)) argument 48 #define GG1(X,Y,Z) ((Z ^ (X & (Y ^ Z)))) argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/ |
H A D | dh_kdf.c | 29 const unsigned char *Z, size_t Zlen, in ossl_dh_kdf_X9_42_asn1() 67 const unsigned char *Z, size_t Zlen, in DH_KDF_X9_42()
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
H A D | mdb_stat.c | 23 #define Z "I" macro 25 #define Z "z" macro
|
H A D | mdb_dump.c | 26 #define Z "I" macro 28 #define Z "z" macro
|
H A D | mdb_load.c | 45 #define Z "I" macro 47 #define Z "z" macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/TargetInfo/ |
H A D | SparcTargetInfo.cpp | 31 RegisterTarget<Triple::sparcel, /*HasJIT=*/true> Z( in LLVMInitializeSparcTargetInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/TargetInfo/ |
H A D | PowerPCTargetInfo.cpp | 40 RegisterTarget<Triple::ppc64le, /*HasJIT=*/true> Z( in LLVMInitializePowerPCTargetInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/TargetInfo/ |
H A D | AArch64TargetInfo.cpp | 44 RegisterTarget<Triple::aarch64, /*HasJIT=*/true> Z( in LLVMInitializeAArch64TargetInfo() local
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | mmix-opc.c | 75 #define Z(m) ((unsigned long) (m) << 24), ((~(unsigned long) (m) & 254) << 24) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mmix-opc.c | 75 #define Z(m) ((unsigned long) (m) << 24), ((~(unsigned long) (m) & 254) << 24) macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cast/ |
H A D | c_skey.c | 31 CAST_LONG X[4], Z[4]; in CAST_set_key() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cast/ |
H A D | c_skey.c | 37 CAST_LONG X[4], Z[4]; in CAST_set_key() local
|
/netbsd-src/sys/opencrypto/ |
H A D | gmac.h | 39 GMAC_INT Z[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* initial state */ member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/ |
H A D | gcm128.c | 106 u128 Z = { 0, 0 }; in gcm_gmult_8bit() local 302 u128 Z; in gcm_gmult_4bit() local 378 u128 Z; local 564 u128 V, Z = { 0, 0 }; local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInfo.h | 41 Z = 0x11, // Low 4-bits = EQ enumerator
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | safe-ctype.c | 149 #define Z (const unsigned short) (nv |cn) /* NUL */ macro
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | safe-ctype.c | 149 #define Z (const unsigned short) (nv |cn) /* NUL */ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | safe-ctype.c | 149 #define Z (const unsigned short) (nv |cn) /* NUL */ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | safe-ctype.c | 149 #define Z (const unsigned short) (nv |cn) /* NUL */ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 139 #define PPC_REGS_NO0_31(Z, X) \ argument
|