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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1003 bigint_attr_cleanup(biginteger_t *big) function
1036 bigint_attr_cleanup(OBJ_PUB_RSA_MOD(
1038 bigint_attr_cleanup(OBJ_PUB_RSA_PUBEXPO(
1043 bigint_attr_cleanup(OBJ_PUB_DSA_PRIME(
1045 bigint_attr_cleanup(OBJ_PUB_DSA_SUBPRIME(
1047 bigint_attr_cleanup(OBJ_PUB_DSA_BASE(
1049 bigint_attr_cleanup(OBJ_PUB_DSA_VALUE(
1054 bigint_attr_cleanup(OBJ_PUB_DH_PRIME(
1056 bigint_attr_cleanup(OBJ_PUB_DH_BASE(
1058 bigint_attr_cleanup(OBJ_PUB_DH_VALU
[all...]
H A DsoftASN1.c1232 bigint_attr_cleanup(KEY_PRI_RSA_MOD(keyp));
1233 bigint_attr_cleanup(KEY_PRI_RSA_PUBEXPO(keyp));
1234 bigint_attr_cleanup(KEY_PRI_RSA_PRIEXPO(keyp));
1235 bigint_attr_cleanup(KEY_PRI_RSA_PRIME1(keyp));
1236 bigint_attr_cleanup(KEY_PRI_RSA_PRIME2(keyp));
1237 bigint_attr_cleanup(KEY_PRI_RSA_EXPO1(keyp));
1238 bigint_attr_cleanup(KEY_PRI_RSA_EXPO2(keyp));
1239 bigint_attr_cleanup(KEY_PRI_RSA_COEF(keyp));
1444 bigint_attr_cleanup(KEY_PRI_DSA_PRIME(keyp));
1445 bigint_attr_cleanup(KEY_PRI_DSA_SUBPRIM
[all...]
H A DsoftKeystore.c1349 /* prevent bigint_attr_cleanup from freeing invalid attr value */
1814 bigint_attr_cleanup(&modulus);
1815 bigint_attr_cleanup(&pubexpo);
1816 bigint_attr_cleanup(&prime);
1817 bigint_attr_cleanup(&subprime);
1818 bigint_attr_cleanup(&base);
1819 bigint_attr_cleanup(&value);
1828 bigint_attr_cleanup(&modulus);
1829 bigint_attr_cleanup(&priexpo);
1830 bigint_attr_cleanup(
[all...]
H A DsoftObject.h918 void bigint_attr_cleanup(biginteger_t *big);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c803 bigint_attr_cleanup(biginteger_t *big) function
836 bigint_attr_cleanup(OBJ_PUB_RSA_MOD(
838 bigint_attr_cleanup(OBJ_PUB_RSA_PUBEXPO(
843 bigint_attr_cleanup(OBJ_PUB_DSA_PRIME(
845 bigint_attr_cleanup(OBJ_PUB_DSA_SUBPRIME(
847 bigint_attr_cleanup(OBJ_PUB_DSA_BASE(
849 bigint_attr_cleanup(OBJ_PUB_DSA_VALUE(
854 bigint_attr_cleanup(OBJ_PUB_DH_PRIME(object_p));
855 bigint_attr_cleanup(OBJ_PUB_DH_BASE(object_p));
856 bigint_attr_cleanup(OBJ_PUB_DH_VALU
[all...]

Completed in 103 milliseconds