Searched refs:key_buf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c194 char key_buf[PLUGIN_MAXKEY]; local
205 if (scf_property_get_name(handle->prop, key_buf,
240 key_buf, pval_bool);
243 key_buf);
249 "%s\n"), key_buf);
261 key_buf, val_buf);
264 key_buf);
270 "%s\n"), key_buf);
283 key_buf, pval_count);
286 key_buf);
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c252 char *key_buf = NULL; local
268 if ((key_buf = malloc(key_len)) == NULL) {
282 newTemplate[ulCount].pValue = (caddr_t)key_buf;
347 bzero(key_buf, key_len);
348 (void) free(key_buf);
354 if (key_buf != NULL) {
355 bzero(key_buf, key_len);
356 (void) free(key_buf);
2184 char *key_buf = NULL; local
2205 if ((key_buf
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c2498 char key_buf[255], *hash_key; local
2501 (void) sprintf(key_buf, "%s:%d", filename, linenum);
2502 hash_key = kmem_zalloc(strlen(key_buf) + 1, KM_NOSLEEP);
2507 bcopy(key_buf, hash_key, strlen(key_buf));
2553 kmem_free(hash_key, strlen(key_buf) + 1);
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c761 const u_char *key_buf, /*!< key in dns wire fmt */
780 if (dkey->dk_func->from_dns_key(dkey, key_buf, key_len) < 0) {
757 dst_buffer_to_key(const char *key_name, const int alg, const int flags, const int protocol, const u_char *key_buf, const int key_len) argument

Completed in 71 milliseconds