Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dsoftp11.c338 add_object_attribute(struct st_object *o, in add_object_attribute() function
396 add_object_attribute(o, 0, CKA_MODULUS, modulus, modulus_len); in add_pubkey_info()
397 add_object_attribute(o, 0, CKA_MODULUS_BITS, in add_pubkey_info()
413 add_object_attribute(o, 0, CKA_PUBLIC_EXPONENT, in add_pubkey_info()
497 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert()
498 add_object_attribute(o, 0, CKA_TOKEN, &bool_true, sizeof(bool_true)); in add_cert()
499 add_object_attribute(o, 0, CKA_PRIVATE, &bool_false, sizeof(bool_false)); in add_cert()
500 add_object_attribute(o, 0, CKA_MODIFIABLE, &bool_false, sizeof(bool_false)); in add_cert()
501 add_object_attribute(o, 0, CKA_LABEL, foo->label, strlen(foo->label)); in add_cert()
503 add_object_attribute(o, 0, CKA_CERTIFICATE_TYPE, &cert_type, sizeof(cert_type)); in add_cert()
[all …]