Home
last modified time | relevance | path

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

12

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0()
229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash()
258 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ae() local
292 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ad() local
/dragonfly/contrib/expat/lib/
H A Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round()
192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init()
207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update()
231 sip24_final(struct siphash *H) { in sip24_final()
/dragonfly/lib/libcrypt/
H A Dlocal.h7 uint32_t H[8]; member
16 uint64_t H[8]; member
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfxx-x86.h49 #define SYMBOL_REFERENCES_LOCAL_P(INFO, H) \ argument
91 #define NEED_DYNAMIC_RELOCATION_P(INFO, PCREL_PLT, H, SEC, R_TYPE, \ argument
147 #define COPY_INPUT_RELOC_P(INFO, H, R_TYPE) \ argument
157 #define RESOLVED_LOCALLY_P(INFO, H, HTAB) \ argument
166 #define SYMBOL_DEFINED_NON_SHARED_P(H) \ argument
179 #define GENERATE_RELATIVE_RELOC_P(INFO, H) \ argument
186 #define POINTER_LOCAL_IFUNC_P(INFO, H) \ argument
192 #define PLT_LOCAL_IFUNC_P(INFO, H) \ argument
200 #define TLS_TRANSITION_IE_TO_LE_P(INFO, H, TLS_TYPE) \ argument
207 #define VERIFY_PLT_ENTRY(INFO, H, PLT, GOTPLT, RELPLT, LOCAL_UNDEFWEAK) \ argument
[all …]
/dragonfly/crypto/libressl/crypto/sm3/
H A Dsm3_locl.h60 #define ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) do { \ argument
72 #define R1(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ argument
75 #define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ argument
H A Dsm3.c43 SM3_WORD A, B, C, D, E, F, G, H; in SM3_block_data_order() local
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_pss.c89 const unsigned char *H; in RSA_verify_PKCS1_PSS_mgf1() local
197 unsigned char *H, *salt = NULL, *p; in RSA_padding_add_PKCS1_PSS_mgf1() local
/dragonfly/crypto/libressl/include/openssl/
H A Dwhrlpool.h23 } H; member
H A Dsm3.h39 SM3_WORD A, B, C, D, E, F, G, H; member
/dragonfly/sys/opencrypto/
H A Dgmac.h28 uint8_t H[GMAC_BLOCK_LEN]; /* hash subkey */ member
/dragonfly/contrib/tnftp/src/
H A Dcmdtab.c184 #define H(x) empty macro
186 #define H(x) x macro
/dragonfly/sys/dev/netif/ath/ath_rate/sample/
H A Dtx_schedules.h204 #define H(_r) \ macro
/dragonfly/crypto/libressl/crypto/md4/
H A Dmd4_locl.h100 #define H(b,c,d) ((b) ^ (c) ^ (d)) macro
/dragonfly/stand/lib/
H A Dqdivrem.c50 #define H _QUAD_HIGHWORD macro
/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_powl.c185 #define H W macro
/dragonfly/sys/crypto/
H A Dsha1.c64 #define H(n) (ctxt->h.b32[(n)]) macro
/dragonfly/crypto/libressl/crypto/md5/
H A Dmd5_locl.h111 #define H(b,c,d) ((b) ^ (c) ^ (d)) macro
/dragonfly/contrib/pam_passwdqc/
H A Dmd4.c52 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
/dragonfly/crypto/libressl/crypto/gost/
H A Dgostr341194.c133 hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M) in hash_step()
/dragonfly/sbin/shutdown/
H A Dshutdown.c58 #define H *60*60 macro
/dragonfly/sys/kern/
H A Dmd4c.c64 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
H A Dmd5c.c99 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
/dragonfly/sys/vfs/ext2fs/
H A Dext2_hash.c81 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
/dragonfly/crypto/libressl/crypto/modes/
H A Dmodes_lcl.h86 Yi,EKi,EK0,len,Xi,H; member
/dragonfly/usr.bin/calendar/
H A Dsun.c223 double H = mod_f(theta + longitude - alpha, 360); in solar_altitude() local

12