Home
last modified time | relevance | path

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

/illumos-gate/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 …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c703 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR template) in get_bigint_attr_from_template() function
1417 rv = get_bigint_attr_from_template(&modulus,
1437 rv = get_bigint_attr_from_template(&pubexpo,
1445 rv = get_bigint_attr_from_template(&prime,
1453 rv = get_bigint_attr_from_template(&subprime,
1461 rv = get_bigint_attr_from_template(&base,
1477 rv = get_bigint_attr_from_template(&value,
1508 rv = get_bigint_attr_from_template(&point,
1631 rv = get_bigint_attr_from_template(&pubexpo,
2015 rv = get_bigint_attr_from_template(&modulus,
[all …]
H A DsoftObject.h908 CK_RV get_bigint_attr_from_template(biginteger_t *big,
H A DsoftKeystore.c560 rv = get_bigint_attr_from_template(key_dest, &template); in soft_unpack_obj_attribute()