Lines Matching refs:ulValueLen
554 tmp.pValue = malloc(tmp.ulValueLen); in get_ec_private_key()
568 cur_attr->oa_value_len = tmp.ulValueLen; in get_ec_private_key()
626 tmp.pValue = malloc(tmp.ulValueLen); in get_ec_public_key()
640 cur_attr->oa_value_len = tmp.ulValueLen; in get_ec_public_key()
699 (pTemplate[i].ulValueLen < value_len)) { in process_object_attributes()
706 value_len = pTemplate[i].ulValueLen; in process_object_attributes()
714 (pTemplate[i].ulValueLen > 0)) { in process_object_attributes()
715 ptr = malloc(pTemplate[i].ulValueLen); in process_object_attributes()
722 pTemplate[i].ulValueLen); in process_object_attributes()
784 pTemplate[i].ulValueLen = cur_attr->oa_value_len; in get_object_attributes()
787 ((CK_LONG)pTemplate[i].ulValueLen != -1)) { in get_object_attributes()
789 pTemplate[i].ulValueLen); in get_object_attributes()
850 pTemplate[0].ulValueLen = sizeof (pri_value); in create_new_tobj_in_lib()
853 pTemplate[1].ulValueLen = sizeof (token_value); in create_new_tobj_in_lib()