Searched refs:pB (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dpbe_scrypt.c67 uint32_t X[16], *pB; local
70 pB = B;
73 X[j] ^= *pB++;
83 unsigned char *pB; local
88 for (pV = V, i = 0, pB = B; i < 32 * r; i++, pV++) {
89 *pV = *pB++;
90 *pV |= *pB++ << 8;
91 *pV |= *pB++ << 16;
92 *pV |= (uint32_t)*pB++ << 24;
109 for (i = 0, pB
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
H A Dscrypt.c339 uint32_t X[16], *pB; local
342 pB = B;
345 X[j] ^= *pB++;
355 unsigned char *pB; local
360 for (pV = V, i = 0, pB = B; i < 32 * r; i++, pV++) {
361 *pV = *pB++;
362 *pV |= *pB++ << 8;
363 *pV |= *pB++ << 16;
364 *pV |= (uint32_t)*pB++ << 24;
381 for (i = 0, pB
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c3996 ** pB!=0
3997 ** pB->isNull==0
3999 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ argument
4001 if( pA->sign!=pB->sign ){
4006 pA = pB;
4007 pB = pTemp;
4010 nBSig = pB->nDigit - pB->nFrac;
4015 if( n>pB->nDigit ) n = pB
4034 Decimal *pA = 0, *pB = 0; local
4084 decimal_add(Decimal *pA, Decimal *pB) argument
4157 decimalMul(Decimal *pA, Decimal *pB) argument
4326 Decimal *pB = decimalNewFromText((const char*)zB, nKey2); local
4352 Decimal *pB = decimal_new(context, argv[1], 1); local
4365 Decimal *pB = decimal_new(context, argv[1], 1); local
4446 Decimal *pB = decimal_new(context, argv[1], 1); local
[all...]
H A Dsqlite3.h11788 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB);
11802 int nB, /* Number of bytes in buffer pB */
11803 void *pB, /* Pointer to buffer containing changeset B */
H A Dsqlite3.c12101 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB);
12115 int nB, /* Number of bytes in buffer pB */
12116 void *pB, /* Pointer to buffer containing changeset B */
54604 pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB) argument
84497 sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB) argument
114319 sqlite3ExprCompare( const Parse *pParse, const Expr *pA, const Expr *pB, int iTab ) argument
114421 sqlite3ExprListCompare(const ExprList *pA, const ExprList *pB, int iTab) argument
114440 sqlite3ExprCompareSkip(Expr *pA,Expr *pB, int iTab) argument
142046 sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_pubkey.c1047 EVP_PKEY *pA, *pB; local
1059 || (pB = X509_PUBKEY_get0(b)) == NULL)
1061 return EVP_PKEY_eq(pA, pB);

Completed in 791 milliseconds