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

  /external/srtp/crypto/ae_xfm/
xfm.c 30 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, key, direction_encrypt)
301 aes_cbc_ctx_t aes_ctx; local
    [all...]
  /external/openssh/
cipher-ctr.c 41 AES_KEY aes_ctx; member in struct:ssh_aes_ctr_ctx
75 AES_encrypt(c->aes_counter, buf, &c->aes_ctx);
96 &c->aes_ctx);

Completed in 62 milliseconds