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 D | kernelAttributeUtil.c | 568 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 D | softAttributeUtil.c | 703 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 D | softObject.h | 908 CK_RV get_bigint_attr_from_template(biginteger_t *big,
|
H A D | softKeystore.c | 560 rv = get_bigint_attr_from_template(key_dest, &template); in soft_unpack_obj_attribute()
|