Symbol: OBJ_PRI_RSA_EXPO1
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
2592
OBJ_PRI_RSA_EXPO1(object_p), template));
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
3962
bigint = OBJ_PRI_RSA_EXPO1(obj);
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelAttributeUtil.c
884
bigint_attr_cleanup(OBJ_PRI_RSA_EXPO1(
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelObjectUtil.c
1000
big = OBJ_PRI_RSA_EXPO1(obj); /* optional */
usr/src/lib/pkcs11/pkcs11_kernel/common/kernelUtil.c
265
big = OBJ_PRI_RSA_EXPO1(object_p);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
254
if ((rv = pad_bigint_attr(OBJ_PRI_RSA_EXPO1(objp), &tmp_pad)) != CKR_OK)
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
1089
bigint_attr_cleanup(OBJ_PRI_RSA_EXPO1(
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
4156
OBJ_PRI_RSA_EXPO1(object_p), template));
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5466
((biginteger_t *)OBJ_PRI_RSA_EXPO1(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5469
((biginteger_t *)OBJ_PRI_RSA_EXPO1(key))->big_value_len;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
5482
((biginteger_t *)OBJ_PRI_RSA_EXPO1(key))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c
6796
bigint = OBJ_PRI_RSA_EXPO1(obj);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1049
OBJ_PRI_RSA_EXPO1(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1054
OBJ_PRI_RSA_EXPO1(objp))->big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1056
OBJ_PRI_RSA_EXPO1(objp))->big_value_len);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
1058
OBJ_PRI_RSA_EXPO1(objp))->big_value_len, 8);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
671
OBJ_PRI_RSA_EXPO1(objp))->big_value_len, 8) +
usr/src/lib/pkcs11/pkcs11_softtoken/common/softRSA.c
789
dst = OBJ_PRI_RSA_EXPO1(key);