Searched refs:key_data (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/lib/libcrypto/asn1/ |
| H A D | x_pkey.c | 87 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 D | destest.c | 72 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 D | hash_bigkey.c | 87 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 D | x509.h | 257 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 D | qwx.c | 622 .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 D | qwxreg.h | 3705 /* Followed by key_data containing key followed by 3720 const void *key_data; member
|