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

/macosx-10.10/Security-57031.1.35/Security/include/security_comcryption/
H A DcomcryptPriv.c135 cbuf->codeBuf = (unsigned char *)ascMalloc(cbuf->codeBufSize);
145 cbuf->level2Buf = (unsigned char *)ascMalloc(cbuf->level2BufSize);
147 cbuf->queue = (queueElt *)ascMalloc(sizeof(queueElt) * QLEN);
158 cbuf->lookAhead = (unsigned char *)ascMalloc(LOOKAHEAD_SIZE);
166 cbuf->sigArray = (unsigned *)ascMalloc((MAX_TOKENS + 1) * sizeof(unsigned));
484 void *ascMalloc(unsigned size) function
H A Dcomcryption.c57 comcryptPriv *cpriv = (comcryptPriv *) ascMalloc(sizeof(comcryptPriv));
65 cpriv->key = (unsigned char *)ascMalloc(EXPORT_KEY_SIZE);
67 cpriv->key = (unsigned char *)ascMalloc(COMCRYPT_MAX_KEYLENGTH);
73 cpriv->map = (unsigned char *)ascMalloc(256);
74 cpriv->invmap = (unsigned char *)ascMalloc(256);
92 cpriv->cbuf.nextBuf = (comcryptBuf *)ascMalloc(sizeof(comcryptBuf));
H A DcomcryptPriv.h485 void *ascMalloc(unsigned size);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_comcryption/lib/
H A DcomcryptPriv.c135 cbuf->codeBuf = (unsigned char *)ascMalloc(cbuf->codeBufSize);
145 cbuf->level2Buf = (unsigned char *)ascMalloc(cbuf->level2BufSize);
147 cbuf->queue = (queueElt *)ascMalloc(sizeof(queueElt) * QLEN);
158 cbuf->lookAhead = (unsigned char *)ascMalloc(LOOKAHEAD_SIZE);
166 cbuf->sigArray = (unsigned *)ascMalloc((MAX_TOKENS + 1) * sizeof(unsigned));
484 void *ascMalloc(unsigned size) function
H A Dcomcryption.c57 comcryptPriv *cpriv = (comcryptPriv *) ascMalloc(sizeof(comcryptPriv));
65 cpriv->key = (unsigned char *)ascMalloc(EXPORT_KEY_SIZE);
67 cpriv->key = (unsigned char *)ascMalloc(COMCRYPT_MAX_KEYLENGTH);
73 cpriv->map = (unsigned char *)ascMalloc(256);
74 cpriv->invmap = (unsigned char *)ascMalloc(256);
92 cpriv->cbuf.nextBuf = (comcryptBuf *)ascMalloc(sizeof(comcryptBuf));
H A DcomcryptPriv.h485 void *ascMalloc(unsigned size);

Completed in 130 milliseconds