/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);
|
/external/chromium_org/net/third_party/nss/ssl/ |
ssl3ext.c | 991 AESContext *aes_ctx; local 1354 AESContext *aes_ctx; local [all...] |