Searched refs:key32 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/netpfil/pf/ |
| D | pf_lb.c | 84 u_int32_t a = 0x9e3779b9, b = 0x9e3779b9, c = key->key32[0]; in pf_hash() 90 b += key->key32[1]; in pf_hash() 92 hash->addr32[0] = c + key->key32[2]; in pf_hash() 103 c += key->key32[1]; in pf_hash() 108 c += key->key32[2]; in pf_hash() 113 c += key->key32[3]; in pf_hash()
|
| /freebsd-10-stable/sbin/pfctl/ |
| D | parse.y | 3804 $$->key32[0] = arc4random(); 3805 $$->key32[1] = arc4random(); 3806 $$->key32[2] = arc4random(); 3807 $$->key32[3] = arc4random(); 3823 &$$->key32[0], &$$->key32[1], 3824 &$$->key32[2], &$$->key32[3]) != 4) { 3840 HTONL($$->key32[0]); 3841 HTONL($$->key32[1]); 3842 HTONL($$->key32[2]); 3843 HTONL($$->key32[3]);
|
| D | pfctl_parser.c | 471 pool->key.key32[0], pool->key.key32[1], in print_pool() 472 pool->key.key32[2], pool->key.key32[3]); in print_pool()
|
| /freebsd-10-stable/sys/net/ |
| D | pfvar.h | 350 u_int32_t key32[4]; member 354 #define key32 pfk.key32 macro
|
| /freebsd-10-stable/crypto/openssl/apps/ |
| D | speed.c | 443 static const unsigned char key32[32] = { in MAIN() local 1293 AES_set_encrypt_key(key32, 256, &aes_ks3); in MAIN()
|