Symbol: OBJ_PRI_RSA_EXPO2
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
2602
OBJ_PRI_RSA_EXPO2(object_p), template));
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
3972
bigint = OBJ_PRI_RSA_EXPO2(obj);
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
886
bigint_attr_cleanup(OBJ_PRI_RSA_EXPO2(
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelObjectUtil.c
1005
big = OBJ_PRI_RSA_EXPO2(obj); /* optional */
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelUtil.c
277
big = OBJ_PRI_RSA_EXPO2(object_p);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
263
if ((rv = pad_bigint_attr(OBJ_PRI_RSA_EXPO2(objp), &tmp_pad)) != CKR_OK)
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
1091
bigint_attr_cleanup(OBJ_PRI_RSA_EXPO2(
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
4166
OBJ_PRI_RSA_EXPO2(object_p), template));
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5492
((biginteger_t *)OBJ_PRI_RSA_EXPO2(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5495
((biginteger_t *)OBJ_PRI_RSA_EXPO2(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5508
((biginteger_t *)OBJ_PRI_RSA_EXPO2(key))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
6806
bigint = OBJ_PRI_RSA_EXPO2(obj);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1062
OBJ_PRI_RSA_EXPO2(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1067
OBJ_PRI_RSA_EXPO2(objp))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1069
OBJ_PRI_RSA_EXPO2(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1071
OBJ_PRI_RSA_EXPO2(objp))->big_value_len, 8);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
673
OBJ_PRI_RSA_EXPO2(objp))->big_value_len, 8) +
usr/src/lib/pkcs11/pkcs11_softtoken/common/softRSA.c
794
dst = OBJ_PRI_RSA_EXPO2(key);