Symbol: OBJ_PRI_RSA_COEF
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
2612
OBJ_PRI_RSA_COEF(object_p), template));
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
3982
bigint = OBJ_PRI_RSA_COEF(obj);
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
888
bigint_attr_cleanup(OBJ_PRI_RSA_COEF(
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelObjectUtil.c
1010
big = OBJ_PRI_RSA_COEF(obj); /* optional */
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelUtil.c
289
big = OBJ_PRI_RSA_COEF(object_p);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
272
if ((rv = pad_bigint_attr(OBJ_PRI_RSA_COEF(objp), &tmp_pad)) != CKR_OK)
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
1093
bigint_attr_cleanup(OBJ_PRI_RSA_COEF(
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
4176
OBJ_PRI_RSA_COEF(object_p), template));
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5518
((biginteger_t *)OBJ_PRI_RSA_COEF(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5521
((biginteger_t *)OBJ_PRI_RSA_COEF(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5534
((biginteger_t *)OBJ_PRI_RSA_COEF(key))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
6816
bigint = OBJ_PRI_RSA_COEF(obj);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1075
OBJ_PRI_RSA_COEF(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1080
OBJ_PRI_RSA_COEF(objp))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1082
OBJ_PRI_RSA_COEF(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1084
OBJ_PRI_RSA_COEF(objp))->big_value_len, 8);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
675
OBJ_PRI_RSA_COEF(objp))->big_value_len, 8) +
usr/src/lib/pkcs11/pkcs11_softtoken/common/softRSA.c
799
dst = OBJ_PRI_RSA_COEF(key);