Home
last modified time | relevance | path

Searched defs:Z (Results 1 – 25 of 187) sorted by relevance

12345678

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h46 fe25519 Z; member
52 fe25519 Z; member
59 fe25519 Z; member
72 fe25519 Z; member
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.h66 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 Decdh_kdf.c20 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 Decdh_kdf.c25 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 Dsm3_local.h45 #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 Dsm3_local.h44 #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 Ddh_kdf.c29 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 Dmdb_stat.c23 #define Z "I" macro
25 #define Z "z" macro
H A Dmdb_dump.c26 #define Z "I" macro
28 #define Z "z" macro
H A Dmdb_load.c45 #define Z "I" macro
47 #define Z "z" macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/TargetInfo/
H A DSparcTargetInfo.cpp31 RegisterTarget<Triple::sparcel, /*HasJIT=*/true> Z( in LLVMInitializeSparcTargetInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/TargetInfo/
H A DPowerPCTargetInfo.cpp40 RegisterTarget<Triple::ppc64le, /*HasJIT=*/true> Z( in LLVMInitializePowerPCTargetInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/TargetInfo/
H A DAArch64TargetInfo.cpp44 RegisterTarget<Triple::aarch64, /*HasJIT=*/true> Z( in LLVMInitializeAArch64TargetInfo() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmmix-opc.c75 #define Z(m) ((unsigned long) (m) << 24), ((~(unsigned long) (m) & 254) << 24) macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmmix-opc.c75 #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 Dc_skey.c31 CAST_LONG X[4], Z[4]; in CAST_set_key() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dc_skey.c37 CAST_LONG X[4], Z[4]; in CAST_set_key() local
/netbsd-src/sys/opencrypto/
H A Dgmac.h39 GMAC_INT Z[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* initial state */ member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c106 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 DARCInfo.h41 Z = 0x11, // Low 4-bits = EQ enumerator
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsafe-ctype.c149 #define Z (const unsigned short) (nv |cn) /* NUL */ macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsafe-ctype.c149 #define Z (const unsigned short) (nv |cn) /* NUL */ macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsafe-ctype.c149 #define Z (const unsigned short) (nv |cn) /* NUL */ macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsafe-ctype.c149 #define Z (const unsigned short) (nv |cn) /* NUL */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h139 #define PPC_REGS_NO0_31(Z, X) \ argument

12345678