Lines Matching refs:pValue
55 attr.pValue = &class;
63 attr.pValue = &subtype;
412 attr->attribute.pValue = &attr->generic_ulong;
415 attr->attribute.pValue = &attr->generic_bbool;
418 attr->attribute.pValue = attr->generic_data;
466 dst->attribute.pValue =
469 if (dst->attribute.pValue == NULL) {
478 } else if (src->attribute.pValue == &src->generic_bbool) {
479 dst->attribute.pValue = &dst->generic_bbool;
480 } else if (src->attribute.pValue == &src->generic_ulong) {
481 dst->attribute.pValue = &dst->generic_ulong;
482 } else if (src->attribute.pValue == &src->generic_data) {
483 dst->attribute.pValue = &dst->generic_data;
486 dst->attribute.pValue = NULL;
493 (void) memcpy(dst->attribute.pValue, src->attribute.pValue,
529 bzero(attr->attribute.pValue, attr->attribute.ulValueLen);
532 free(attr->attribute.pValue);
553 else if (new_attr->pValue == NULL) {
567 bzero((char *)attr->attribute.pValue + new_attr->ulValueLen,
573 bzero(attr->attribute.pValue, attr->attribute.ulValueLen);
585 free(attr->attribute.pValue);
589 attr->attribute.pValue = attr->generic_data;
598 bzero(attr->attribute.pValue, attr->attribute.ulValueLen);
599 attr->attribute.pValue = newStorage;
603 (void) memcpy(attr->attribute.pValue, new_attr->pValue,
652 CK_ULONG *value = attributes[i].pValue;
679 CK_BBOOL *value = attributes[i].pValue;
716 attributes[i].pValue = value;
718 *((CK_BBOOL *)attributes[i].pValue) = *value;