Searched defs:forIsmacryp (Results 1 - 1 of 1) sorted by relevance

/external/srtp/crypto/cipher/
H A Daes_icm.c93 aes_icm_alloc_ismacryp(cipher_t **c, int key_len, int forIsmacryp) { argument
109 if (!forIsmacryp && key_len != 30)
132 err_status_t aes_icm_alloc(cipher_t **c, int key_len, int forIsmacryp) { argument
289 aes_icm_advance_ismacryp(aes_icm_ctx_t *c, uint8_t forIsmacryp) { argument
302 if (forIsmacryp) {
334 int forIsmacryp) {
340 if (!forIsmacryp && (bytes_to_encr + htons(c->counter.v16[7])) > 0xffff)
374 aes_icm_advance_ismacryp(c, forIsmacryp);
422 aes_icm_advance_ismacryp(c, forIsmacryp);
332 aes_icm_encrypt_ismacryp(aes_icm_ctx_t *c, unsigned char *buf, unsigned int *enc_len, int forIsmacryp) argument

Completed in 22 milliseconds