Home
last modified time | relevance | path

Searched refs:x509_hash (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/isakmpd/
H A Dx509.c62 static u_int16_t x509_hash(u_int8_t *, size_t);
85 struct x509_hash { struct
86 LIST_ENTRY(x509_hash) link;
91 static LIST_HEAD(x509_list, x509_hash) *x509_tab = 0; argument
479 x509_hash(u_int8_t *id, size_t len) in x509_hash() function
500 struct x509_hash *certh; in x509_hash_init()
529 struct x509_hash *cert; in x509_hash_find()
574 struct x509_hash *certh; in x509_hash_enter()
591 bucket = x509_hash(id[i], len[i]); in x509_hash_enter()
936 static struct x509_hash *
[all …]