Searched refs:add_object_attribute (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/crypto/heimdal/lib/hx509/ |
| H A D | softp11.c | 336 add_object_attribute(struct st_object *o, in add_object_attribute() function 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() 502 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert() 520 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert() 527 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert() 557 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert() 564 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert() 565 add_object_attribute(o, 0, CKA_START_DATE, empty, 1); /* XXX */ in add_cert() [all …]
|