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

/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dks_p11.c518 query[i].pValue = NULL;
526 query[i].pValue = malloc(query[i].ulValueLen);
527 if (query[i].pValue == NULL) {
544 if (query[i].pValue)
545 free(query[i].pValue);
546 query[i].pValue = NULL;
552 if (query[i].pValue)
553 free(query[i].pValue);
554 query[i].pValue = NULL;
577 query.pValue
[all...]
H A Dsoftp11.c214 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue,
246 ck_true = attributes[i].pValue;
256 class = attributes[i].pValue;
339 CK_VOID_PTR pValue,
352 o->attrs[i].attribute.pValue = malloc(ulValueLen);
353 if (o->attrs[i].attribute.pValue == NULL && ulValueLen != 0)
355 memcpy(o->attrs[i].attribute.pValue, pValue, ulValueLen);
650 if (state->find.attributes[i].pValue)
336 add_object_attribute(struct st_object *o, int secret, CK_ATTRIBUTE_TYPE type, CK_VOID_PTR pValue, CK_ULONG ulValueLen) argument
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dssh-pkcs11.c243 key_filter[0].pValue = &private_key_class;
244 key_filter[2].pValue = &true_val;
284 key_filter[1].pValue = k11->keyid;
327 memcpy(k11->keyid, keyid_attrib->pValue, k11->keyid_len);
425 pubkey_filter[0].pValue = &pubkey_class;
426 cert_filter[0].pValue = &cert_class;
474 attribs[i].pValue = NULL;
498 attribs[i].pValue = xmalloc(
515 rsa->n = BN_bin2bn(attribs[1].pValue,
517 rsa->e = BN_bin2bn(attribs[2].pValue,
[all...]
H A Dpkcs11.h151 #define value pValue
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c766 bit32 *pValue; local
779 pValue = (bit32 *)agSASIdentify;
827 si_memcpy(ptemp, pValue, sizeof(agsaSASIdentify_t));
/freebsd-10-stable/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h151 #define value pValue
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3191 sqlite3_value *pValue;
3201 rc = sqlite3_preupdate_old(pDb->db, iIdx, &pValue);
3204 rc = sqlite3_preupdate_new(pDb->db, iIdx, &pValue);
3209 pObj = Tcl_NewStringObj((char*)sqlite3_value_text(pValue), -1);
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8034 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
21138 ** *pValue to that integer and return true. Otherwise return false.
21144 SQLITE_PRIVATE int sqlite3GetInt32(const char *zNum, int *pValue){ argument
21175 *pValue = (int)v;
61823 sqlite3_result_value(sqlite3_context *pCtx, sqlite3_value *pValue) argument
62671 sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue) argument
74224 sqlite3ExprIsInteger(Expr *p, int *pValue) argument
90262 sqlite3Pragma( Parse *pParse, Token *pId1, Token *pId2, Token *pValue, int minusFlag ) argument
98323 sqlite3_value *pValue; local
98329 pCol->affinity, &pValue); local
105613 spanExpr(ExprSpan *pOut, Parse *pParse, int op, Token *pValue) argument
128219 deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons) argument
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c12109 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
27890 sqlite3GetInt32(const char *zNum, int *pValue) argument
75383 sqlite3_result_value(sqlite3_context *pCtx, sqlite3_value *pValue) argument
76343 sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue) argument
90935 sqlite3ExprIsInteger(Expr *p, int *pValue) argument
110931 sqlite3Pragma( Parse *pParse, Token *pId1, Token *pId2, Token *pValue, int minusFlag ) argument
120566 sqlite3_value *pValue = 0; local
120572 pCol->affinity, &pValue); local
161438 deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons) argument
170666 sessionSerializeValue( u8 *aBuf, sqlite3_value *pValue, int *pnWrite ) argument
[all...]

Completed in 914 milliseconds