Symbol: _key
crypto/libressl/crypto/camellia/camellia.c
312
#define Camellia_Feistel(_s0,_s1,_s2,_s3,_key) \
crypto/libressl/crypto/camellia/camellia.c
315
_t0 = _s0 ^ (_key)[0]; \
crypto/libressl/crypto/camellia/camellia.c
317
_t1 = _s1 ^ (_key)[1]; \
crypto/libressl/include/tls.h
103
size_t _cert_len, const uint8_t *_key, size_t _key_len);
crypto/libressl/include/tls.h
108
size_t _cert_len, const uint8_t *_key, size_t _key_len,
crypto/libressl/include/tls.h
127
int tls_config_set_key_mem(struct tls_config *_config, const uint8_t *_key,
crypto/libressl/include/tls.h
132
size_t _cert_len, const uint8_t *_key, size_t _key_len);
crypto/libressl/include/tls.h
136
size_t _cert_len, const uint8_t *_key, size_t _key_len,
crypto/libressl/include/tls.h
165
unsigned char *_key, size_t _keylen);
crypto/libressl/tls/tls_internal.h
224
struct tls_error *_error, const uint8_t *_key, size_t _len);
crypto/libressl/tls/tls_internal.h
316
size_t _cert_len, const uint8_t *_key, size_t _key_len);
lib/libc/net/netdb_private.h
35
static thread_key_t name##_key; \
lib/libc/net/netdb_private.h
45
(thr_keycreate(&name##_key, name##_free) == 0); \
lib/libc/net/netdb_private.h
58
if ((he = thr_getspecific(name##_key)) != NULL) \
lib/libc/net/netdb_private.h
62
if (thr_setspecific(name##_key, he) == 0) \
sys/net/radix.c
154
rn_search(const void *_key, struct radix_node *head)
sys/net/radix.c
159
key = _key;
sys/net/radix.c
176
rn_search_m(const void *_key, const void *_mask, struct radix_node *head)
sys/net/radix.c
181
key = _key;
sys/net/radix.c
242
rn_lookup(const void *_key, const void *_mask, struct radix_node_head *head)
sys/net/radix.c
247
key = _key;
sys/net/toeplitz.h
44
void toeplitz_get_key(uint8_t *_key, int _keylen);
usr.sbin/lpr/lpd/printjob.c
131
static char *scnline(int _key, char *_p, int _c);