Home
last modified time | relevance | path

Searched refs:key_data (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/lib/libcrypto/asn1/
H A Dx_pkey.c87 ret->key_data = NULL; in X509_PKEY_new()
119 if ((x->key_data != NULL) && (x->key_free)) in X509_PKEY_free()
120 free(x->key_data); in X509_PKEY_free()
/openbsd-src/regress/lib/libcrypto/des/
H A Ddestest.c72 static unsigned char key_data[NUM_TESTS][8]={ variable
384 DES_set_key_unchecked(&key_data[i],&ks); in main()
394 i+1,pt(key_data[i]),pt(in),pt(cipher_data[i]), in main()
401 i+1,pt(key_data[i]),pt(out),pt(in),pt(outin)); in main()
409 DES_set_key_unchecked(&key_data[i],&ks); in main()
410 DES_set_key_unchecked(&key_data[i+1],&ks2); in main()
411 DES_set_key_unchecked(&key_data[i+2],&ks3); in main()
421 i+1,pt(key_data[i]),pt(in),pt(cipher_ecb2[i]), in main()
428 i+1,pt(key_data[i]),pt(out),pt(in),pt(outin)); in main()
/openbsd-src/lib/libc/db/hash/
H A Dhash_bigkey.c87 char *cp, *key_data, *val_data; in __big_insert() local
92 key_data = (char *)key->data; in __big_insert()
102 memmove(cp + off, key_data, move_bytes); in __big_insert()
104 key_data += move_bytes; in __big_insert()
/openbsd-src/lib/libcrypto/x509/
H A Dx509.h257 char *key_data;
258 int key_free; /* true if we should auto free key_data */
276 char *key_data; global() member
/openbsd-src/sys/dev/ic/
H A Dqwx.c622 .key_data = k->k_key, in qwx_wmi_install_key_cmd()
637 arg.key_data = NULL; in qwx_wmi_install_key_cmd()
18517 if (arg->key_data) in qwx_wmi_vdev_install_key()
18518 memcpy(tlv->value, (uint8_t *)arg->key_data, in qwx_wmi_vdev_install_key()
H A Dqwxreg.h3705 /* Followed by key_data containing key followed by
3720 const void *key_data; member