HomeSort by relevance Sort by last modified time
    Searched defs:aes_ctx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 65 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, key, ENC_KEY_LEN, direction_encrypt)
335 aes_cbc_ctx_t aes_ctx; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c 1011 AESContext *aes_ctx; local
1374 AESContext *aes_ctx; local
    [all...]

Completed in 172 milliseconds