Searched refs:pValue (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dpkcs11rsa_link.c149 keyTemplate[6].pValue = isc_mem_get(dctx->mctx,
151 memmove(keyTemplate[6].pValue, attr->pValue,
157 keyTemplate[7].pValue = isc_mem_get(dctx->mctx,
159 memmove(keyTemplate[7].pValue, attr->pValue,
165 keyTemplate[8].pValue = isc_mem_get(dctx->mctx,
167 memmove(keyTemplate[8].pValue, attr->pValue,
173 keyTemplate[9].pValue
[all...]
H A Dpkcs11ecdsa_link.c219 keyTemplate[5].pValue = isc_mem_get(dctx->mctx,
221 memmove(keyTemplate[5].pValue, attr->pValue,
227 keyTemplate[6].pValue = isc_mem_get(dctx->mctx,
229 memmove(keyTemplate[6].pValue, attr->pValue,
261 if (keyTemplate[i].pValue != NULL) {
263 memset(keyTemplate[i].pValue, 0,
265 isc_mem_put(dctx->mctx, keyTemplate[i].pValue,
327 keyTemplate[5].pValue
[all...]
H A Dpkcs11eddsa_link.c188 keyTemplate[5].pValue = isc_mem_get(dctx->mctx,
190 memmove(keyTemplate[5].pValue, attr->pValue,
196 keyTemplate[6].pValue = isc_mem_get(dctx->mctx,
198 memmove(keyTemplate[6].pValue, attr->pValue,
232 if (keyTemplate[i].pValue != NULL) {
234 memset(keyTemplate[i].pValue, 0,
236 isc_mem_put(dctx->mctx, keyTemplate[i].pValue,
299 keyTemplate[5].pValue
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p11.c543 query[i].pValue = NULL;
551 query[i].pValue = malloc(query[i].ulValueLen);
552 if (query[i].pValue == NULL) {
569 if (query[i].pValue)
570 free(query[i].pValue);
571 query[i].pValue = NULL;
577 if (query[i].pValue)
578 free(query[i].pValue);
579 query[i].pValue = NULL;
602 query.pValue
[all...]
H A Dsoftp11.c216 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue,
248 ck_true = attributes[i].pValue;
258 class = attributes[i].pValue;
341 CK_VOID_PTR pValue,
347 if (pValue == NULL && ulValueLen)
357 o->attrs[i].attribute.pValue = malloc(ulValueLen);
358 if (o->attrs[i].attribute.pValue == NULL && ulValueLen != 0)
361 memcpy(o->attrs[i].attribute.pValue, pValue, ulValueLe
338 add_object_attribute(struct st_object *o, int secret, CK_ATTRIBUTE_TYPE type, CK_VOID_PTR pValue, CK_ULONG ulValueLen) argument
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11.c327 attr.pValue = &flag;
374 key_filter[0].pValue = &private_key_class;
378 key_filter[1].pValue = k11->keyid;
383 key_filter[2].pValue = &true_val;
498 memcpy(k11->keyid, keyid_attrib->pValue, k11->keyid_len);
611 memcpy(k11->keyid, keyid_attrib->pValue, k11->keyid_len);
740 key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen);
755 attrp = key_attr[2].pValue;
772 attrp = key_attr[1].pValue;
807 free(key_attr[i].pValue);
[all...]
H A Dpkcs11.h152 #define value pValue
/netbsd-current/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c606 logHex( a_ptAttr->ulValueLen, a_ptAttr->pValue );
668 pszLabel = tCertList[ 4 ].pValue = calloc( 1, tCertList[ 4 ].ulValueLen + 1 );
705 ptAttrList[ ulMalloc ].pValue =
746 logMsg( _("\tId: '%s' ("), tX509List[ 1 ].pValue );
835 pszLabel = tKeyList[ 4 ].pValue =
839 tKeyList[ 6 ].pValue =
843 pszId = tKeyList[ 7 ].pValue =
936 pszLabel = tKeyList[ 4 ].pValue =
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c862 attr->pValue = isc_mem_get(mctx, len);
863 memset(attr->pValue, 0, len);
939 memmove(attr->pValue, v, l);
1014 memmove(attr->pValue, v, l);
/netbsd-current/sys/dev/ic/
H A Dcs89x0.c670 cs_read_pktpg_from_eeprom(struct cs_softc *sc, int pktpg, uint16_t *pValue) argument
720 *pValue = sc->eeprom_data[x + eeprom_location];
935 cs_read_eeprom(struct cs_softc *sc, int offset, uint16_t *pValue) argument
964 *pValue = CS_READ_PACKET_PAGE_IO(sc, PKTPG_EEPROM_DATA);
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c512 tCertAttr[ 8 ].pValue = pchIssuer;
514 tCertAttr[ 9 ].pValue = pchSerialNum;
516 tCertAttr[ 10 ].pValue = pchCert;
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-tc.c61 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceQueryFeature) (TC_INSTANCE instance, ULONG feature, PULONG pValue);
74 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counterId, PULONGLONG pValue);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2658 Tcl_Obj *pValue = 0;
2694 pValue = objv[objc-1];
2695 pBA = Tcl_GetByteArrayFromObj(pValue, &len);
3605 sqlite3_value *pValue;
3615 rc = sqlite3_preupdate_old(pDb->db, iIdx, &pValue);
3618 rc = sqlite3_preupdate_new(pDb->db, iIdx, &pValue);
3623 pObj = Tcl_NewStringObj((char*)sqlite3_value_text(pValue), -1);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h158 #define value pValue
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h149 #define value pValue
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16103 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
35510 sqlite3GetInt32(const char *zNum, int *pValue) argument
90501 sqlite3_result_value(sqlite3_context *pCtx, sqlite3_value *pValue) argument
91682 sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue) argument
111070 sqlite3ExprIsInteger(const Expr *p, int *pValue) argument
128990 sqlite3QuoteValue(StrAccum *pStr, sqlite3_value *pValue) argument
138144 sqlite3Pragma( Parse *pParse, Token *pId1, Token *pId2, Token *pValue, int minusFlag ) argument
146555 constInsert( WhereConst *pConst, Expr *pColumn, Expr *pValue, Expr *pExpr ) argument
152120 sqlite3_value *pValue = 0; local
152127 pCol->affinity, &pValue); local
168061 sqlite3_value *pValue; member in struct:NthValueCtx
210328 deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons) argument
223429 sessionSerializeValue( u8 *aBuf, sqlite3_value *pValue, sqlite3_int64 *pnWrite ) argument
[all...]

Completed in 546 milliseconds