Searched defs:get_bigint_attr_from_template (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c566 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR template) function
1158 rv = get_bigint_attr_from_template(&modulus,
1166 rv = get_bigint_attr_from_template(&pubexpo,
1174 rv = get_bigint_attr_from_template(&prime,
1182 rv = get_bigint_attr_from_template(&subprime,
1190 rv = get_bigint_attr_from_template(&base,
1198 rv = get_bigint_attr_from_template(&value,
1220 rv = get_bigint_attr_from_template(&point,
1570 rv = get_bigint_attr_from_template(&modulus,
1578 rv = get_bigint_attr_from_template(
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c706 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR template) function
1464 rv = get_bigint_attr_from_template(&modulus,
1484 rv = get_bigint_attr_from_template(&pubexpo,
1492 rv = get_bigint_attr_from_template(&prime,
1500 rv = get_bigint_attr_from_template(&subprime,
1508 rv = get_bigint_attr_from_template(&base,
1524 rv = get_bigint_attr_from_template(&value,
1555 rv = get_bigint_attr_from_template(&point,
1681 rv = get_bigint_attr_from_template(&pubexpo,
2065 rv = get_bigint_attr_from_template(
[all...]

Completed in 40 milliseconds