Home
last modified time | relevance | path

Searched refs:forIsmacryp (Results 1 – 3 of 3) sorted by relevance

/external/srtp/crypto/cipher/
Daes_icm.c93 aes_icm_alloc_ismacryp(cipher_t **c, int key_len, int forIsmacryp) { in aes_icm_alloc_ismacryp() argument
109 if (!forIsmacryp && key_len != 30) in aes_icm_alloc_ismacryp()
132 err_status_t aes_icm_alloc(cipher_t **c, int key_len, int forIsmacryp) { in aes_icm_alloc() argument
289 aes_icm_advance_ismacryp(aes_icm_ctx_t *c, uint8_t forIsmacryp) { in aes_icm_advance_ismacryp() argument
302 if (forIsmacryp) { in aes_icm_advance_ismacryp()
334 int forIsmacryp) { in aes_icm_encrypt_ismacryp() argument
340 if (!forIsmacryp && (bytes_to_encr + htons(c->counter.v16[7])) > 0xffff) in aes_icm_encrypt_ismacryp()
374 aes_icm_advance_ismacryp(c, forIsmacryp); in aes_icm_encrypt_ismacryp()
422 aes_icm_advance_ismacryp(c, forIsmacryp); in aes_icm_encrypt_ismacryp()
/external/srtp/crypto/include/
Daes_icm.h48 int forIsmacryp);
53 int forIsmacryp);
/external/srtp/googlepatches/
Dgoogle-10-srtp-ios-fixes.pack53 aes_icm_advance_ismacryp(aes_icm_ctx_t *c, uint8_t forIsmacryp) {