Searched refs:aes_ctx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c65 aes_cbc_ctx_t aes_ctx; local
101 status = aes_cbc_context_init(&aes_ctx, key, ENC_KEY_LEN, direction_encrypt);
107 status = aes_cbc_set_iv(&aes_ctx, iv);
110 status = aes_cbc_nist_encrypt(&aes_ctx, opaque, opaque_len);
139 aes_cbc_ctx_t aes_ctx; local
177 status = aes_cbc_context_init(&aes_ctx, key, ENC_KEY_LEN, direction_decrypt);
183 status = aes_cbc_set_iv(&aes_ctx, iv);
186 status = aes_cbc_nist_decrypt(&aes_ctx, opaque, opaque_len);
224 aes_cbc_ctx_t aes_ctx; local
265 status = aes_cbc_context_init(&aes_ctx, ke
335 aes_cbc_ctx_t aes_ctx; local
[all...]
/external/srtp/crypto/ae_xfm/
H A Dxfm.c30 aes_cbc_ctx_t aes_ctx; local
66 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt);
72 status = aes_cbc_set_iv(&aes_ctx, iv);
75 status = aes_cbc_nist_encrypt(&aes_ctx, opaque, opaque_len);
104 aes_cbc_ctx_t aes_ctx; local
142 status = aes_cbc_context_init(&aes_ctx, key, direction_decrypt);
148 status = aes_cbc_set_iv(&aes_ctx, iv);
151 status = aes_cbc_nist_decrypt(&aes_ctx, opaque, opaque_len);
190 aes_cbc_ctx_t aes_ctx; local
231 status = aes_cbc_context_init(&aes_ctx, ke
301 aes_cbc_ctx_t aes_ctx; local
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c1011 AESContext *aes_ctx; local
1220 aes_ctx = (AESContext *)aes_ctx_buf;
1221 rv = AES_InitContext(aes_ctx, aes_key, aes_key_length, iv,
1225 rv = AES_Encrypt(aes_ctx, ciphertext.data, &ciphertext.len,
1374 AESContext *aes_ctx; local
1500 aes_ctx = (AESContext *)aes_ctx_buf;
1501 rv = AES_InitContext(aes_ctx, aes_key,
1510 rv = AES_Decrypt(aes_ctx, decrypted_state->data,

Completed in 138 milliseconds