Searched defs:H (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/crypto/asymmetric_keys/ | 
| D | rsa.c | 163 static int RSA_verify(const u8 *H, const u8 *EM, size_t k, size_t hash_size,  in RSA_verify()217 	const u8 *H = sig->digest;  in RSA_verify_signature()  local
 
 | 
| /linux-4.4.14/lib/ | 
| D | halfmd4.c | 9 #define H(x, y, z) ((x) ^ (y) ^ (z))  macro
 | 
| /linux-4.4.14/arch/x86/boot/ | 
| D | video.c | 199 #define H(x)	((x)-'a'+10)  macro
 | 
| /linux-4.4.14/drivers/scsi/arm/ | 
| D | cumana_1.c | 45 #define H(v)	(((v)>>16)|((v) & 0xffff0000))  macro
 | 
| /linux-4.4.14/crypto/ | 
| D | md4.c | 58 static inline u32 H(u32 x, u32 y, u32 z)  in H()  function
 | 
| /linux-4.4.14/scripts/mod/ | 
| D | sumversion.c | 62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z)  in H()  function
 | 
| /linux-4.4.14/drivers/staging/unisys/include/ | 
| D | channel.h | 38 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \  argument
 | 
| /linux-4.4.14/fs/exofs/ | 
| D | ore.c | 546 	u64	H = LmodS - G * T;  in ore_calc_stripe_info()  local
 | 
| /linux-4.4.14/fs/afs/ | 
| D | internal.h | 830 #define ASSERTRANGE(L, OP1, N, OP2, H)					\  argument877 #define ASSERTRANGE(L, OP1, N, OP2, H)		\  argument
 
 | 
| /linux-4.4.14/drivers/isdn/hardware/mISDN/ | 
| D | hfcmulti.c | 5353 #define H(x)	((unsigned long)&hfcm_map[x])  macro
 |