Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
Daes_cbc.h45 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
/external/srtp/crypto/cipher/
Daes_cbc.c299 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c, in aes_cbc_nist_decrypt() function
436 (cipher_decrypt_func_t) aes_cbc_nist_decrypt,
/external/srtp/crypto/ae_xfm/
Dxfm.c151 status = aes_cbc_nist_decrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_inv()
412 status = aes_cbc_nist_decrypt(&aes_ctx, opaque, &ciphertext_len); in aes_128_cbc_hmac_sha1_96_dec()