Home
last modified time | relevance | path

Searched refs:get_bigint_attr_from_template (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c568 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR template) in get_bigint_attr_from_template() function
1130 rv = get_bigint_attr_from_template(&modulus, in kernel_build_public_key_object()
1138 rv = get_bigint_attr_from_template(&pubexpo, in kernel_build_public_key_object()
1146 rv = get_bigint_attr_from_template(&prime, in kernel_build_public_key_object()
1154 rv = get_bigint_attr_from_template(&subprime, in kernel_build_public_key_object()
1162 rv = get_bigint_attr_from_template(&base, in kernel_build_public_key_object()
1170 rv = get_bigint_attr_from_template(&value, in kernel_build_public_key_object()
1192 rv = get_bigint_attr_from_template(&point, in kernel_build_public_key_object()
1532 rv = get_bigint_attr_from_template(&modulus, in kernel_build_private_key_object()
1540 rv = get_bigint_attr_from_template(&pubexpo, in kernel_build_private_key_object()
[all …]
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c702 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR template) in get_bigint_attr_from_template() function
1428 rv = get_bigint_attr_from_template(&modulus,
1448 rv = get_bigint_attr_from_template(&pubexpo,
1456 rv = get_bigint_attr_from_template(&prime,
1464 rv = get_bigint_attr_from_template(&subprime,
1472 rv = get_bigint_attr_from_template(&base,
1488 rv = get_bigint_attr_from_template(&value,
1519 rv = get_bigint_attr_from_template(&point,
1642 rv = get_bigint_attr_from_template(&pubexpo,
2026 rv = get_bigint_attr_from_template(&modulus,
[all …]
H A DsoftObject.h922 CK_RV get_bigint_attr_from_template(biginteger_t *big,
H A DsoftKeystore.c543 rv = get_bigint_attr_from_template(key_dest, &template); in soft_unpack_obj_attribute()