Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Dks_p11.c544 query[i].pValue = NULL; in iterate_entries()
570 if (query[i].pValue) in iterate_entries()
571 free(query[i].pValue); in iterate_entries()
572 query[i].pValue = NULL; in iterate_entries()
578 if (query[i].pValue) in iterate_entries()
579 free(query[i].pValue); in iterate_entries()
580 query[i].pValue = NULL; in iterate_entries()
603 query.pValue = NULL; in getattr_bn()
616 free(query.pValue); in getattr_bn()
620 free(query.pValue); in getattr_bn()
[all …]
H A Dsoftp11.c214 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue, in attributes_match()
246 ck_true = attributes[i].pValue; in print_attributes()
256 class = attributes[i].pValue; in print_attributes()
339 CK_VOID_PTR pValue, in add_object_attribute() argument
345 if (pValue == NULL && ulValueLen) in add_object_attribute()
359 memcpy(o->attrs[i].attribute.pValue, pValue, ulValueLen); in add_object_attribute()
654 if (state->find.attributes[i].pValue) in find_object_final()
655 free(state->find.attributes[i].pValue); in find_object_final()
1285 memcpy(pTemplate[i].pValue, obj->attrs[j].attribute.pValue, in C_GetAttributeValue()
1328 state->find.attributes[i].pValue = in C_FindObjectsInit()
[all …]
/freebsd-14.2/crypto/openssh/
H A Dssh-pkcs11.c331 attr.pValue = &flag; in pkcs11_check_obj_bool_attrib()
387 key_filter[2].pValue = &true_val; in pkcs11_get_key()
762 attrp = key_attr[2].pValue; in pkcs11_fetch_ecdsa_pubkey()
779 attrp = key_attr[1].pValue; in pkcs11_fetch_ecdsa_pubkey()
814 free(key_attr[i].pValue); in pkcs11_fetch_ecdsa_pubkey()
909 free(key_attr[i].pValue); in pkcs11_fetch_rsa_pubkey()
980 cp = cert_attr[1].pValue; in pkcs11_fetch_x509_pubkey()
987 cp = cert_attr[2].pValue; in pkcs11_fetch_x509_pubkey()
1059 free(cert_attr[i].pValue); in pkcs11_fetch_x509_pubkey()
1127 key_attr[0].pValue = &key_class; in pkcs11_fetch_certs()
[all …]
H A Dpkcs11.h151 #define value pValue
/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2658 Tcl_Obj *pValue = 0; in DbObjCmd()
2694 pValue = objv[objc-1]; in DbObjCmd()
2695 pBA = Tcl_GetByteArrayFromObj(pValue, &len); in DbObjCmd()
3605 sqlite3_value *pValue; in DbObjCmd()
3615 rc = sqlite3_preupdate_old(pDb->db, iIdx, &pValue); in DbObjCmd()
3618 rc = sqlite3_preupdate_new(pDb->db, iIdx, &pValue); in DbObjCmd()
3623 pObj = Tcl_NewStringObj((char*)sqlite3_value_text(pValue), -1); in DbObjCmd()
/freebsd-14.2/contrib/libpcap/
H A Dpcap-tc.c59 …ATUS (TC_CALLCONV *TcFcnInstanceQueryFeature) (TC_INSTANCE instance, ULONG feature, PULONG pValue);
72 …ALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counterId, PULONGLONG pValue);
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c765 bit32 *pValue; in mpiPhyStartCmd() local
778 pValue = (bit32 *)agSASIdentify; in mpiPhyStartCmd()
826 si_memcpy(ptemp, pValue, sizeof(agsaSASIdentify_t)); in mpiPhyStartCmd()
/freebsd-14.2/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h150 #define value pValue
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c35909 *pValue = (int)v; in sqlite3GetInt32()
91010 if( pValue==0 ){
92196 (pValue->flags & MEM_Real) ? pValue->u.r : (double)pValue->u.i
92209 rc = bindText(pStmt,i, pValue->z, pValue->n, SQLITE_TRANSIENT,
111826 *pValue = -v;
153348 if( pValue ){
169584 if( !p->pValue ){
169604 p->pValue = 0;
169619 if( !p->pValue ){
169632 p->pValue = 0;
[all …]