Searched refs:pV (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dpbe_scrypt.c84 uint32_t *pV; 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;
95 for (i = 1; i < N; i++, pV += 32 * r)
96 scryptBlockMix(pV, pV
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
H A Dscrypt.c356 uint32_t *pV; 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;
367 for (i = 1; i < N; i++, pV += 32 * r)
368 scryptBlockMix(pV, pV
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c6618 ** If c is a hex digit, also set *pV = (*pV)*16 + valueof(c). If
6619 ** c is not a hex digit *pV is unchanged.
6621 static int re_hex(int c, int *pV){ argument
6631 *pV = (*pV)*16 + (c & 0xff);
H A Dsqlite3.c53784 unsigned char *pV = 0; local
[all...]
/netbsd-current/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5590 VKk8llqyLIciQ/pV+5KT7tb0nslbjrxwWr6XTde+7xscUy6hCBZ8oSRud/VEOPJB

Completed in 612 milliseconds