Searched refs:add_object_attribute (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | softp11.c | 336 add_object_attribute(struct st_object *o, in add_object_attribute() function 394 add_object_attribute(o, 0, CKA_MODULUS, modulus, modulus_len); in add_pubkey_info() 395 add_object_attribute(o, 0, CKA_MODULUS_BITS, in add_pubkey_info() 411 add_object_attribute(o, 0, CKA_PUBLIC_EXPONENT, in add_pubkey_info() 495 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert() 496 add_object_attribute(o, 0, CKA_TOKEN, &bool_true, sizeof(bool_true)); in add_cert() 497 add_object_attribute(o, 0, CKA_PRIVATE, &bool_false, sizeof(bool_false)); in add_cert() 498 add_object_attribute(o, 0, CKA_MODIFIABLE, &bool_false, sizeof(bool_false)); in add_cert() 499 add_object_attribute(o, 0, CKA_LABEL, foo->label, strlen(foo->label)); in add_cert() 501 add_object_attribute(o, 0, CKA_CERTIFICATE_TYPE, &cert_type, sizeof(cert_type)); in add_cert() [all …]
|