Home
last modified time | relevance | path

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

/titanic_41/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.c224 rv = get_string_from_template(dst, &src[i]); in copy_attribute()
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c900 get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src) in get_string_from_template() function
1504 rv = get_string_from_template(&string_tmp,
1512 rv = get_string_from_template(&param_tmp, &template[i]);
2152 rv = get_string_from_template(&string_tmp,
2160 rv = get_string_from_template(&param_tmp,
2681 rv = get_string_from_template(&string_tmp,
3264 rv = get_string_from_template(&string_tmp,
3483 rv = get_string_from_template(
3524 rv = get_string_from_template(
H A DsoftObject.h876 CK_RV get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src);