Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c1022 copy_attribute(papi_attribute_t ***list, papi_attribute_t *attribute) in copy_attribute() function
1050 copy_attribute(result, attributes[i]); in copy_attributes()
1064 copy_attribute(in, attributes[i]); in split_and_copy_attributes()
1066 copy_attribute(out, attributes[i]); in split_and_copy_attributes()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c218 copy_attribute(CK_ULONG type, CK_ATTRIBUTE_PTR src, CK_ULONG src_cnt, in copy_attribute() function
800 rv = copy_attribute(CKA_PUBLIC_EXPONENT, pubTemplate, in key_gen_rsa_by_value()
1076 rv = copy_attribute(CKA_BASE, pubTemplate, pub_attr_count, in key_gen_dh_by_value()
1081 rv = copy_attribute(CKA_PRIME, pubTemplate, pub_attr_count, in key_gen_dh_by_value()
1352 rv = copy_attribute(CKA_EC_PARAMS, pubTemplate, pub_attr_count, in key_gen_ec_by_value()