Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c55 crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *c_key) in crypto_mac_init() argument
62 size_t cl_bytes = CRYPTO_BITS2BYTES(c_key->ck_length); in crypto_mac_init()
68 if (c_key->ck_length == 0) in crypto_mac_init()
71 memcpy(key, c_key->ck_data, cl_bytes); in crypto_mac_init()
78 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init()
/freebsd/bin/stty/
H A Dkey.c41 static int c_key(const void *, const void *);
90 c_key(const void *a, const void *b) in c_key() function
111 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key))) in ksearch()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c532 char* s_cert=NULL, *c_key=NULL, *c_cert=NULL; in setup_ctx() local
538 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1); in setup_ctx()
540 if(!s_cert || !c_key || !c_cert) in setup_ctx()
561 if(!SSL_CTX_use_PrivateKey_file(ctx,c_key,SSL_FILETYPE_PEM)) in setup_ctx()
562 ssl_path_err("Error setting up SSL_CTX client key", c_key); in setup_ctx()
571 free(c_key); in setup_ctx()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c3189 uint64_t a_key, b_key, c_key; in heap_get_entry() local
3218 c_key = heap->files[c]->key; in heap_get_entry()
3219 if (c_key < b_key) { in heap_get_entry()
3221 b_key = c_key; in heap_get_entry()