Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c1029 copy_attribute(papi_attribute_t ***list, papi_attribute_t *attribute) in copy_attribute() function
1059 copy_attribute(result, attributes[i]); in copy_attributes()
1073 copy_attribute(in, attributes[i]); in split_and_copy_attributes()
1075 copy_attribute(out, attributes[i]); in split_and_copy_attributes()
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c217 copy_attribute(CK_ULONG type, CK_ATTRIBUTE_PTR src, CK_ULONG src_cnt, in copy_attribute() function
805 rv = copy_attribute(CKA_PUBLIC_EXPONENT, pubTemplate, in key_gen_rsa_by_value()
1081 rv = copy_attribute(CKA_BASE, pubTemplate, pub_attr_count, in key_gen_dh_by_value()
1086 rv = copy_attribute(CKA_PRIME, pubTemplate, pub_attr_count, in key_gen_dh_by_value()
1357 rv = copy_attribute(CKA_EC_PARAMS, pubTemplate, pub_attr_count, in key_gen_ec_by_value()