Searched refs:c_key (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | crypto_os.c | 56 crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *c_key) in crypto_mac_init() argument 63 size_t cl_bytes = CRYPTO_BITS2BYTES(c_key->ck_length); in crypto_mac_init() 69 if (c_key->ck_length == 0) in crypto_mac_init() 72 memcpy(key, c_key->ck_data, cl_bytes); in crypto_mac_init() 79 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init()
|
| /src/bin/stty/ |
| H A D | key.c | 43 static int c_key(const void *, const void *); 92 c_key(const void *a, const void *b) in c_key() function 113 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key))) in ksearch()
|
| /src/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 549 char* s_cert=NULL, *c_key=NULL, *c_cert=NULL; in setup_ctx() local 555 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1); in setup_ctx() 557 if(!s_cert || !c_key || !c_cert) in setup_ctx() 578 if(!SSL_CTX_use_PrivateKey_file(ctx,c_key,SSL_FILETYPE_PEM)) in setup_ctx() 579 ssl_path_err("Error setting up SSL_CTX client key", c_key); in setup_ctx() 588 free(c_key); in setup_ctx()
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_iso9660.c | 3189 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()
|