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) function
1130 rv = get_bigint_attr_from_template(&modulus,
1138 rv = get_bigint_attr_from_template(&pubexpo,
1146 rv = get_bigint_attr_from_template(&prime,
1154 rv = get_bigint_attr_from_template(&subprime,
1162 rv = get_bigint_attr_from_template(&base,
1170 rv = get_bigint_attr_from_template(&value,
1192 rv = get_bigint_attr_from_template(&point,
1532 rv = get_bigint_attr_from_template(&modulus,
1540 rv = get_bigint_attr_from_template(
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c702 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR 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(
[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);

Completed in 73 milliseconds