Home
last modified time | relevance | path

Searched defs:altsz (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/acme-client/
H A Dkeyproc.c77 keyproc(int netsock, const char *keyfile, const char **alts, size_t altsz, in keyproc()
H A Dmain.c54 size_t i, altsz, ne; in main() local
H A Drevokeproc.c63 int revocate, const char *const *alts, size_t altsz) in revokeproc()
H A Dnetproc.c431 doneworder(struct conn * c,const char * const * alts,size_t altsz,struct order * order,const struct capaths * p) doneworder() argument
662 netproc(int kfd,int afd,int Cfd,int cfd,int dfd,int rfd,int revocate,struct authority_c * authority,const char * const * alts,size_t altsz) netproc() argument
H A Djson.c650 json_fmt_neworder(const char *const *alts, size_t altsz) in json_fmt_neworder()