Symbol: OBJ_PRI_RSA_PRIME1
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
2572
OBJ_PRI_RSA_PRIME1(object_p), template));
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
3942
bigint = OBJ_PRI_RSA_PRIME1(obj);
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
880
bigint_attr_cleanup(OBJ_PRI_RSA_PRIME1(
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelObjectUtil.c
990
big = OBJ_PRI_RSA_PRIME1(obj); /* optional */
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelUtil.c
243
big = OBJ_PRI_RSA_PRIME1(object_p);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
234
if ((rv = pad_bigint_attr(OBJ_PRI_RSA_PRIME1(objp), &tmp_pad)) !=
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
1085
bigint_attr_cleanup(OBJ_PRI_RSA_PRIME1(
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
4136
OBJ_PRI_RSA_PRIME1(object_p), template));
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5414
((biginteger_t *)OBJ_PRI_RSA_PRIME1(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5417
((biginteger_t *)OBJ_PRI_RSA_PRIME1(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5430
((biginteger_t *)OBJ_PRI_RSA_PRIME1(key))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
6776
bigint = OBJ_PRI_RSA_PRIME1(obj);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1023
OBJ_PRI_RSA_PRIME1(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1028
OBJ_PRI_RSA_PRIME1(objp))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1030
OBJ_PRI_RSA_PRIME1(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1032
OBJ_PRI_RSA_PRIME1(objp))->big_value_len, 8);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
667
OBJ_PRI_RSA_PRIME1(objp))->big_value_len, 8) +
usr/src/lib/pkcs11/pkcs11_softtoken/common/softRSA.c
779
dst = OBJ_PRI_RSA_PRIME1(key);