Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c763 get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src) in get_string_from_template() function
1184 rv = get_string_from_template(&string_tmp, in kernel_build_public_key_object()
1200 rv = get_string_from_template(&param_tmp, in kernel_build_public_key_object()
1634 rv = get_string_from_template(&string_tmp, in kernel_build_private_key_object()
1642 rv = get_string_from_template(&param_tmp, in kernel_build_private_key_object()
1991 rv = get_string_from_template(&string_tmp, in kernel_build_secret_key_object()
H A DkernelObject.h592 CK_RV get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src);
H A DkernelKeys.c225 rv = get_string_from_template(dst, &src[i]); in copy_attribute()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c901 get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src) in get_string_from_template() function
1493 rv = get_string_from_template(&string_tmp,
1501 rv = get_string_from_template(&param_tmp, &template[i]);
2141 rv = get_string_from_template(&string_tmp,
2149 rv = get_string_from_template(&param_tmp,
2670 rv = get_string_from_template(&string_tmp,
3253 rv = get_string_from_template(&string_tmp,
3472 rv = get_string_from_template(
3513 rv = get_string_from_template(
H A DsoftObject.h862 CK_RV get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src);