Home
last modified time | relevance | path

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

/external/srtp/crypto/ae_xfm/
Dxfm.c28 unsigned *opaque_len, in aes_128_cbc_hmac_sha1_96_func() argument
37 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_func()
41 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_func()
75 status = aes_cbc_nist_encrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_func()
88 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag); in aes_128_cbc_hmac_sha1_96_func()
102 unsigned *opaque_len, in aes_128_cbc_hmac_sha1_96_inv() argument
114 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_inv()
118 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_inv()
151 status = aes_cbc_nist_decrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_inv()
164 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag); in aes_128_cbc_hmac_sha1_96_inv()
[all …]
/external/srtp/crypto/include/
Dxfm.h68 unsigned *opaque_len, /* location of the length of data to be
99 unsigned *opaque_len
109 unsigned *opaque_len /* location of the length of data to be
Dcryptoalg.h98 unsigned *opaque_len /* location of the length of data to be