pValue            519 source4/heimdal/lib/hx509/ks_p11.c 	    query[i].pValue = NULL;
pValue            527 source4/heimdal/lib/hx509/ks_p11.c 	    query[i].pValue = malloc(query[i].ulValueLen);
pValue            528 source4/heimdal/lib/hx509/ks_p11.c 	    if (query[i].pValue == NULL) {
pValue            545 source4/heimdal/lib/hx509/ks_p11.c 	    if (query[i].pValue)
pValue            546 source4/heimdal/lib/hx509/ks_p11.c 		free(query[i].pValue);
pValue            547 source4/heimdal/lib/hx509/ks_p11.c 	    query[i].pValue = NULL;
pValue            553 source4/heimdal/lib/hx509/ks_p11.c 	if (query[i].pValue)
pValue            554 source4/heimdal/lib/hx509/ks_p11.c 	    free(query[i].pValue);
pValue            555 source4/heimdal/lib/hx509/ks_p11.c 	query[i].pValue = NULL;
pValue            578 source4/heimdal/lib/hx509/ks_p11.c     query.pValue = NULL;
pValue            586 source4/heimdal/lib/hx509/ks_p11.c     query.pValue = malloc(query.ulValueLen);
pValue            591 source4/heimdal/lib/hx509/ks_p11.c 	free(query.pValue);
pValue            594 source4/heimdal/lib/hx509/ks_p11.c     bn = BN_bin2bn(query.pValue, query.ulValueLen, NULL);
pValue            595 source4/heimdal/lib/hx509/ks_p11.c     free(query.pValue);
pValue            614 source4/heimdal/lib/hx509/ks_p11.c     localKeyId.data = query[0].pValue;
pValue            693 source4/heimdal/lib/hx509/ks_p11.c     ret = hx509_cert_init_data(context, query[1].pValue,
pValue            709 source4/heimdal/lib/hx509/ks_p11.c 	data.data = query[0].pValue;
pValue            722 source4/heimdal/lib/hx509/ks_p11.c 		 (int)query[2].ulValueLen, (char *)query[2].pValue);
pValue            756 source4/heimdal/lib/hx509/ks_p11.c     search_data[0].pValue = &key_class;