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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/pkcs11/
H A Dpkcs11-keygen.c185 search_template[0].pValue = label;
187 publickey_template[0].pValue = label;
189 privatekey_template[0].pValue = label;
281 privatekey_template[4].pValue = &falsevalue;
282 privatekey_template[5].pValue = &truevalue;
H A Dpkcs11-destroy.c143 search_template[0].pValue = label;
H A Dpkcs11-list.c149 search_template[0].pValue = label;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p11.c520 query[i].pValue = NULL;
528 query[i].pValue = malloc(query[i].ulValueLen);
529 if (query[i].pValue == NULL) {
546 if (query[i].pValue)
547 free(query[i].pValue);
548 query[i].pValue = NULL;
554 if (query[i].pValue)
555 free(query[i].pValue);
556 query[i].pValue = NULL;
579 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,
354 o->attrs[i].attribute.pValue = malloc(ulValueLen);
355 if (o->attrs[i].attribute.pValue == NULL && ulValueLen != 0)
357 memcpy(o->attrs[i].attribute.pValue, pValue, ulValueLen);
651 if (state->find.attributes[i].pValue)
338 add_object_attribute(struct st_object *o, int secret, CK_ATTRIBUTE_TYPE type, CK_VOID_PTR pValue, CK_ULONG ulValueLen) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11.c270 key_filter[1].pValue = k11->keyid;
312 memcpy(k11->keyid, keyid_attrib->pValue, k11->keyid_len);
414 attribs[i].pValue = NULL;
434 attribs[i].pValue = xmalloc(attribs[i].ulValueLen);
442 rsa->n = BN_bin2bn(attribs[1].pValue,
444 rsa->e = BN_bin2bn(attribs[2].pValue,
463 xfree(attribs[i].pValue);
H A Dpkcs11.h152 #define value pValue
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/dev/ic/
H A Dcs89x0.c668 cs_read_pktpg_from_eeprom(struct cs_softc *sc, int pktpg, u_int16_t *pValue) argument
718 *pValue = sc->eeprom_data[x + eeprom_location];
926 cs_read_eeprom(struct cs_softc *sc, int offset, u_int16_t *pValue) argument
955 *pValue = CS_READ_PACKET_PAGE_IO(sc, PKTPG_EEPROM_DATA);
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/bind/dist/bin/pkcs11/include/
H A Dpkcs11t.h610 CK_VOID_PTR pValue; member in struct:CK_ATTRIBUTE
1805 CK_VOID_PTR pValue; member in struct:CK_OTP_PARAM
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h153 #define value pValue
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_m.c120 (x)->pValue=(v); (x)->ulValueLen = (l);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8244 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
21513 ** *pValue to that integer and return true. Otherwise return false.
21519 SQLITE_PRIVATE int sqlite3GetInt32(const char *zNum, int *pValue){ argument
21550 *pValue = (int)v;
62920 sqlite3_result_value(sqlite3_context *pCtx, sqlite3_value *pValue) argument
63768 sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue) argument
75477 sqlite3ExprIsInteger(Expr *p, int *pValue) argument
92240 sqlite3Pragma( Parse *pParse, Token *pId1, Token *pId2, Token *pValue, int minusFlag ) argument
100334 sqlite3_value *pValue; local
100340 pCol->affinity, &pValue); local
107670 spanExpr(ExprSpan *pOut, Parse *pParse, int op, Token *pValue) argument
130765 deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons) argument
[all...]

Completed in 512 milliseconds