Symbol: _key
lib/libcrypto/camellia/camellia.c
327
#define Camellia_Feistel(_s0,_s1,_s2,_s3,_key) \
lib/libcrypto/camellia/camellia.c
330
_t0 = _s0 ^ (_key)[0]; \
lib/libcrypto/camellia/camellia.c
332
_t1 = _s1 ^ (_key)[1]; \
lib/libtls/tls.h
112
size_t _cert_len, const uint8_t *_key, size_t _key_len);
lib/libtls/tls.h
117
size_t _cert_len, const uint8_t *_key, size_t _key_len,
lib/libtls/tls.h
136
int tls_config_set_key_mem(struct tls_config *_config, const uint8_t *_key,
lib/libtls/tls.h
141
size_t _cert_len, const uint8_t *_key, size_t _key_len);
lib/libtls/tls.h
145
size_t _cert_len, const uint8_t *_key, size_t _key_len,
lib/libtls/tls.h
174
unsigned char *_key, size_t _keylen);
lib/libtls/tls_internal.h
226
struct tls_error *_error, const uint8_t *_key, size_t _len);
lib/libtls/tls_internal.h
319
size_t _cert_len, const uint8_t *_key, size_t _key_len);
sys/sys/kstat.h
196
#define KSTAT_KV_UNIT_INITIALIZER(_key, _type, _unit) { \
sys/sys/kstat.h
197
.kv_key = (_key), \
sys/sys/kstat.h
202
#define KSTAT_KV_INITIALIZER(_key, _type) \
sys/sys/kstat.h
203
KSTAT_KV_UNIT_INITIALIZER((_key), (_type), KSTAT_KV_U_NONE)
sys/sys/tree.h
967
#define RBT_FIND(_name, _head, _key) _name##_RBT_FIND(_head, _key)
sys/sys/tree.h
968
#define RBT_NFIND(_name, _head, _key) _name##_RBT_NFIND(_head, _key)
usr.sbin/bgpd/chash.h
197
#define CH_FIND(_name, _head, _key) _name##_CH_FIND(_head, _key)
usr.sbin/bgpd/parse.y
2364
memcpy(&$$.enc_key_in, &$8.enc_key,
usr.sbin/bgpd/parse.y
2377
memcpy(&$$.enc_key_out, &$8.enc_key,