Symbol: OBJ_PRI_RSA_PRIME2
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
2582
OBJ_PRI_RSA_PRIME2(object_p), template));
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
3952
bigint = OBJ_PRI_RSA_PRIME2(obj);
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
882
bigint_attr_cleanup(OBJ_PRI_RSA_PRIME2(
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelObjectUtil.c
995
big = OBJ_PRI_RSA_PRIME2(obj); /* optional */
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelUtil.c
254
big = OBJ_PRI_RSA_PRIME2(object_p);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
244
if ((rv = pad_bigint_attr(OBJ_PRI_RSA_PRIME2(objp), &tmp_pad)) !=
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
1087
bigint_attr_cleanup(OBJ_PRI_RSA_PRIME2(
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
4146
OBJ_PRI_RSA_PRIME2(object_p), template));
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5440
((biginteger_t *)OBJ_PRI_RSA_PRIME2(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5443
((biginteger_t *)OBJ_PRI_RSA_PRIME2(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5456
((biginteger_t *)OBJ_PRI_RSA_PRIME2(key))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
6786
bigint = OBJ_PRI_RSA_PRIME2(obj);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1036
OBJ_PRI_RSA_PRIME2(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1041
OBJ_PRI_RSA_PRIME2(objp))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1043
OBJ_PRI_RSA_PRIME2(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1045
OBJ_PRI_RSA_PRIME2(objp))->big_value_len, 8);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
669
OBJ_PRI_RSA_PRIME2(objp))->big_value_len, 8) +
usr/src/lib/pkcs11/pkcs11_softtoken/common/softRSA.c
784
dst = OBJ_PRI_RSA_PRIME2(key);