Home
last modified time | relevance | path

Searched refs:bigint_attr_cleanup (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1332 bigint_attr_cleanup(&prime); in kernel_build_public_key_object()
1334 bigint_attr_cleanup(&base); in kernel_build_public_key_object()
1335 bigint_attr_cleanup(&value); in kernel_build_public_key_object()
1336 bigint_attr_cleanup(&point); in kernel_build_public_key_object()
1801 bigint_attr_cleanup(&prime); in kernel_build_private_key_object()
1803 bigint_attr_cleanup(&base); in kernel_build_private_key_object()
1804 bigint_attr_cleanup(&value); in kernel_build_private_key_object()
1806 bigint_attr_cleanup(&prime1); in kernel_build_private_key_object()
1808 bigint_attr_cleanup(&expo1); in kernel_build_private_key_object()
1809 bigint_attr_cleanup(&expo2); in kernel_build_private_key_object()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1804 bigint_attr_cleanup(&prime);
1806 bigint_attr_cleanup(&base);
1807 bigint_attr_cleanup(&value);
1808 bigint_attr_cleanup(&point);
2464 bigint_attr_cleanup(&prime);
2466 bigint_attr_cleanup(&base);
2467 bigint_attr_cleanup(&value);
2471 bigint_attr_cleanup(&expo1);
2472 bigint_attr_cleanup(&expo2);
2473 bigint_attr_cleanup(&coef);
[all …]
H A DsoftASN1.c1221 bigint_attr_cleanup(KEY_PRI_RSA_MOD(keyp));
1224 bigint_attr_cleanup(KEY_PRI_RSA_PRIME1(keyp));
1226 bigint_attr_cleanup(KEY_PRI_RSA_EXPO1(keyp));
1227 bigint_attr_cleanup(KEY_PRI_RSA_EXPO2(keyp));
1228 bigint_attr_cleanup(KEY_PRI_RSA_COEF(keyp));
1429 bigint_attr_cleanup(KEY_PRI_DSA_PRIME(keyp));
1431 bigint_attr_cleanup(KEY_PRI_DSA_BASE(keyp));
1432 bigint_attr_cleanup(KEY_PRI_DSA_VALUE(keyp));
1610 bigint_attr_cleanup(KEY_PRI_DH_PRIME(keyp));
1611 bigint_attr_cleanup(KEY_PRI_DH_BASE(keyp));
[all …]
H A DsoftKeystore.c1833 bigint_attr_cleanup(&prime); in soft_unpack_object()
1835 bigint_attr_cleanup(&base); in soft_unpack_object()
1836 bigint_attr_cleanup(&value); in soft_unpack_object()
1847 bigint_attr_cleanup(&prime); in soft_unpack_object()
1849 bigint_attr_cleanup(&base); in soft_unpack_object()
1850 bigint_attr_cleanup(&value); in soft_unpack_object()
1852 bigint_attr_cleanup(&prime1); in soft_unpack_object()
1853 bigint_attr_cleanup(&prime2); in soft_unpack_object()
1854 bigint_attr_cleanup(&expo1); in soft_unpack_object()
1855 bigint_attr_cleanup(&expo2); in soft_unpack_object()
[all …]
H A DsoftObject.h904 void bigint_attr_cleanup(biginteger_t *big);