Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c803 bigint_attr_cleanup(biginteger_t *big) in bigint_attr_cleanup() function
836 bigint_attr_cleanup(OBJ_PUB_RSA_MOD( in kernel_cleanup_object_bigint_attrs()
838 bigint_attr_cleanup(OBJ_PUB_RSA_PUBEXPO( in kernel_cleanup_object_bigint_attrs()
843 bigint_attr_cleanup(OBJ_PUB_DSA_PRIME( in kernel_cleanup_object_bigint_attrs()
845 bigint_attr_cleanup(OBJ_PUB_DSA_SUBPRIME( in kernel_cleanup_object_bigint_attrs()
847 bigint_attr_cleanup(OBJ_PUB_DSA_BASE( in kernel_cleanup_object_bigint_attrs()
849 bigint_attr_cleanup(OBJ_PUB_DSA_VALUE( in kernel_cleanup_object_bigint_attrs()
854 bigint_attr_cleanup(OBJ_PUB_DH_PRIME(object_p)); in kernel_cleanup_object_bigint_attrs()
855 bigint_attr_cleanup(OBJ_PUB_DH_BASE(object_p)); in kernel_cleanup_object_bigint_attrs()
856 bigint_attr_cleanup(OBJ_PUB_DH_VALUE(object_p)); in kernel_cleanup_object_bigint_attrs()
[all …]
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1003 bigint_attr_cleanup(biginteger_t *big) in bigint_attr_cleanup() function
1036 bigint_attr_cleanup(OBJ_PUB_RSA_MOD( in soft_cleanup_object_bigint_attrs()
1038 bigint_attr_cleanup(OBJ_PUB_RSA_PUBEXPO( in soft_cleanup_object_bigint_attrs()
1043 bigint_attr_cleanup(OBJ_PUB_DSA_PRIME( in soft_cleanup_object_bigint_attrs()
1045 bigint_attr_cleanup(OBJ_PUB_DSA_SUBPRIME( in soft_cleanup_object_bigint_attrs()
1047 bigint_attr_cleanup(OBJ_PUB_DSA_BASE( in soft_cleanup_object_bigint_attrs()
1049 bigint_attr_cleanup(OBJ_PUB_DSA_VALUE( in soft_cleanup_object_bigint_attrs()
1054 bigint_attr_cleanup(OBJ_PUB_DH_PRIME( in soft_cleanup_object_bigint_attrs()
1056 bigint_attr_cleanup(OBJ_PUB_DH_BASE( in soft_cleanup_object_bigint_attrs()
1058 bigint_attr_cleanup(OBJ_PUB_DH_VALUE( in soft_cleanup_object_bigint_attrs()
[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_SUBPRIME(keyp));
[all …]
H A DsoftKeystore.c1814 bigint_attr_cleanup(&modulus); in soft_unpack_object()
1815 bigint_attr_cleanup(&pubexpo); in soft_unpack_object()
1816 bigint_attr_cleanup(&prime); in soft_unpack_object()
1817 bigint_attr_cleanup(&subprime); in soft_unpack_object()
1818 bigint_attr_cleanup(&base); in soft_unpack_object()
1819 bigint_attr_cleanup(&value); in soft_unpack_object()
1828 bigint_attr_cleanup(&modulus); in soft_unpack_object()
1829 bigint_attr_cleanup(&priexpo); in soft_unpack_object()
1830 bigint_attr_cleanup(&prime); in soft_unpack_object()
1831 bigint_attr_cleanup(&subprime); in soft_unpack_object()
[all …]
H A DsoftObject.h918 void bigint_attr_cleanup(biginteger_t *big);