Searched refs:nBytes (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_buffer.c68 * @param nBytes RO: Number of bytes in desired buffer.
79 const unsigned int nBytes)
93 if (nBytes == 0)
100 kmem_p = N8_KMALLOC(nBytes);
77 N8_BufferAllocate(N8_BufferHandle_t *bufferHandle_p, N8_Buffer_t **virtualAddress_pp, const unsigned int nBytes) argument
H A Dn8_dh.c130 int nBytes; local
155 nBytes = (NEXT_WORD_SIZE(key_p->modulusLength) + /* g */
162 key_p->kmem_p = N8_KMALLOC_PK(nBytes);
164 memset(key_p->kmem_p->VirtualAddress, 0, nBytes);
290 unsigned int nBytes; local
320 nBytes = (NEXT_WORD_SIZE(x_len) +
332 resultHandlerGeneric, nBytes);
336 nBytes += NEXT_WORD_SIZE(g_len);
342 resultHandlerGeneric, nBytes);
H A Dn8_packet_IPSec.c275 int nBytes; local
315 nBytes = NEXT_WORD_SIZE(HMAC_LENGTH) + numCtxBytes;
322 nBytes += NEXT_WORD_SIZE(dataLength) + /* packet data length pack_p */
332 nBytes);
519 int nBytes; local
565 nBytes = NEXT_WORD_SIZE(HMAC_LENGTH) + numCtxBytes; /* context to load */
568 nBytes += NEXT_WORD_SIZE(dataLength * 2);
576 nBytes);
H A Dn8_cryptographic.c593 unsigned int nBytes; local
623 nBytes = 2 * NEXT_WORD_SIZE(paddedMessageLength);
628 resultHandler, nBytes);
686 unsigned int nBytes; local
716 nBytes = 2 * NEXT_WORD_SIZE(paddedMessageLength);
721 resultHandler, nBytes);
843 unsigned int nBytes; local
909 nBytes = 2 * NEXT_WORD_SIZE(msgLen);
915 resultHandler, nBytes);
1059 unsigned int nBytes; local
1240 unsigned int nBytes; local
1329 unsigned int nBytes; local
1524 unsigned int nBytes; local
1769 unsigned int nBytes; local
[all...]
H A Dn8_hash.c1046 unsigned int nBytes; local
1080 nBytes = (NEXT_WORD_SIZE(obj_p->hashSize) +
1085 resultHandlerHashPartial, nBytes);
1091 memset(result_p, 0, nBytes);
1253 int nBytes; local
1277 nBytes = NEXT_WORD_SIZE(obj_p->hashSize) + /* final results */
1283 resultHandlerGeneric, nBytes);
1289 memset(kResults_p, 0, nBytes);
1383 int nBytes; local
1413 nBytes
1636 int nBytes; local
1927 int nBytes; local
2278 uint32_t nBytes; local
2463 uint32_t nBytes; local
2662 uint32_t nBytes; local
2873 uint32_t nBytes; local
3271 unsigned int nBytes; local
3525 int nBytes; local
3723 int nBytes; local
3803 int nBytes; local
[all...]
H A Dn8_rsa.c543 int nBytes; local
573 nBytes = NEXT_WORD_SIZE(key_p->privateKeyLength) * 2;
579 resultHandlerGeneric, nBytes);
659 int nBytes; local
699 nBytes = NEXT_WORD_SIZE(key_p->privateKeyLength) * 2;
705 resultHandlerGeneric, nBytes);
779 int nBytes; local
839 nBytes = (NEXT_WORD_SIZE(key_p->publicKeyLength) + /* public key */
847 resultHandlerGeneric, nBytes);
860 memset(kmsgIn_p, 0, nBytes);
1026 unsigned int nBytes; local
1146 unsigned int nBytes; local
1240 unsigned int nBytes; local
[all...]
H A Dn8_dsa.c631 int nBytes; local
674 nBytes =
683 nBytes += NEXT_WORD_SIZE(PK_DSA_Param_Byte_Length(modulusDigits));
690 resultHandlerDSASign, nBytes);
828 int nBytes; local
917 nBytes =
933 resultHandlerDSAVerify, nBytes);
1105 unsigned int nBytes; local
1132 nBytes =
1141 key_p->kmem_p = N8_KMALLOC_PK(nBytes);
1269 unsigned int nBytes; local
[all...]
H A Dn8_pk_ops.c319 unsigned int nBytes; local
347 nBytes = NEXT_WORD_SIZE(max_length_bytes) * 4;
363 nBytes);
816 unsigned int nBytes; local
835 nBytes = NEXT_WORD_SIZE(modulus_p->lengthBytes) * 4;
842 nBytes);
H A Dn8_util.c617 int nBytes; local
624 nBytes = strlen(str_p);
626 ret_p = N8_UMALLOC(nBytes + 1);
633 memcpy(ret_p, str_p, nBytes + 1);
H A Dn8_ssltls.c214 int nBytes; local
280 nBytes = (NEXT_WORD_SIZE(length) + /* input */
288 nBytes);
512 int nBytes; local
583 nBytes = NEXT_WORD_SIZE(length) * 2 + numCtxBytes;
589 nBytes);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr37686.c23 int nGroups, nBytes; local
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; local
503 nBytes = s->numZ;
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
518 nBytes = s->numZ;
526 VPrintf1( "selectors %d, ", s->numZ-nBytes );
529 nBytes = s->numZ;
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
545 nBytes = s->numZ;
597 VPrintf1( "codes %d\n", s->numZ-nBytes );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr34222.C51 Mat4f readMeshMatrix(ifstream& in, int nBytes) { argument
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h117 u_int nBytes; member in struct:__anon9984
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Dace_ebus.c273 uint32_t *Data, unsigned int nBytes);
1360 sysace_send_config(struct ace_softc *sc, uint32_t *Data, unsigned int nBytes) argument
1399 nBytes = (nBytes + ACEROUNDUP - 1) & ~(ACEROUNDUP-1);
1400 nWords = (nBytes + 3) / 4;
1403 nBytes, nWords, Interface));
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes);
H A Dsqlite3.c1511 ** The xRandomness() function attempts to return nBytes bytes
4509 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
16156 ** Called when we are unable to satisfy an allocation of nBytes.
16271 ** Return a block of memory of at least nBytes in size.
16420 ** Allocate nBytes of memory.
16422 static void *memsys3Malloc(int nBytes){ argument
16424 assert( nBytes>0 ); /* malloc.c filters out 0 byte requests */
16426 p = memsys3MallocUnsafe(nBytes);
16444 static void *memsys3Realloc(void *pPrior, int nBytes){ argument
16448 return sqlite3_malloc(nBytes);
16971 memsys5Malloc(int nBytes) argument
17006 memsys5Realloc(void *pPrior, int nBytes) argument
19031 sqlite3Realloc(void *pOld, int nBytes) argument
32727 winMemMalloc(int nBytes) argument
32770 winMemRealloc(void *pPrior, int nBytes) argument
57348 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
81140 int nBytes; local
84873 int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; local
94006 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
94166 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
94238 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
94250 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
94268 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, int saveSqlFlag, sqlite3_stmt **ppStmt, const void **pzTail ) argument
94318 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
94330 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
101543 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); local
101879 int nBytes = sizeof(sqlite3_vtab *) * (db->nVTrans + ARRAY_INCR); local
124484 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
124554 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]
H A Dsqlite3.h961 ** The xRandomness() function attempts to return nBytes bytes
3959 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);

Completed in 445 milliseconds