Searched refs:c_key (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/bin/stty/
H A Dkey.c50 static int c_key(const void *, const void *);
99 c_key(const void *a, const void *b) function
120 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key)))
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c510 char* s_cert=NULL, *c_key=NULL, *c_cert=NULL; local
516 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1);
518 if(!s_cert || !c_key || !c_cert)
539 if (!SSL_CTX_use_PrivateKey_file(ctx,c_key,SSL_FILETYPE_PEM))
540 ssl_path_err("Error setting up SSL_CTX client key", c_key);
549 free(c_key);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c3070 uint64_t a_key, b_key, c_key; local
3099 c_key = heap->files[c]->key;
3100 if (c_key < b_key) {
3102 b_key = c_key;

Completed in 153 milliseconds