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/boringssl/src/crypto/cipher/
e_aes.c 1531 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx; local
1572 struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; local
1650 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; local
1686 const struct aead_aes_ctr_hmac_sha256_ctx *aes_ctx = ctx->aead_state; local
    [all...]

Completed in 59 milliseconds