Home
last modified time | relevance | path

Searched defs:H (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/libkern/
H A Dquad.h77 #define H _QUAD_HIGHWORD macro
/f-stack/freebsd/sys/
H A Dpmclog.h282 #define PMCLOG_HEADER_TO_LENGTH(H) \ argument
284 #define PMCLOG_HEADER_TO_TYPE(H) \ argument
286 #define PMCLOG_HEADER_TO_MAGIC(H) \ argument
288 #define PMCLOG_HEADER_CHECK_MAGIC(H) \ argument
/f-stack/freebsd/crypto/aesni/
H A Daesni_ghash.c279 __m128i H, H2, H3, H4, Y, T; in AES_GCM_encrypt() local
539 __m128i H, H2, H3, H4, Y, T; in AES_GCM_decrypt() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c124 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
/f-stack/freebsd/crypto/
H A Dsha1.c69 #define H(n) (ctxt->h.b32[(n)]) macro
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c277 __uint128_val_t H; in armv8_crypto_cipher_setup() local
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c81 #define H(b, c, d) (((b) & (c)) | (((b)|(c)) & (d))) macro
/f-stack/freebsd/kern/
H A Dmd4c.c72 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
H A Dmd5c.c100 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_clk_per.c209 #define H(n) ((1 * 32) + (n)) macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c44 } H; /* 40 bytes */ member
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_clk_per.c261 #define H(n) ((1 * 32) + (n)) macro
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1485 uint64_t *H = ctx->gcm_H; in gcm_init_avx() local
/f-stack/freebsd/contrib/edk2/Include/
H A DBase.h1256 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c494 unsigned char *H = ctx->H; in crypto_aead_aes256gcm_beforenm() local
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h5603 IA32_BYTE_REGS H; member