Home
last modified time | relevance | path

Searched refs:bsaes_ctr32_encrypt_blocks (Results 1 – 6 of 6) sorted by relevance

/external/openssl/crypto/evp/
De_aes.c132 void bsaes_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
538 dat->stream.ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_init_key()
831 gctx->ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_gcm_init_key()
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
De_aes.c132 void bsaes_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
538 dat->stream.ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_init_key()
826 return (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_gcm_set_key()
/external/openssl/crypto/aes/asm/
Dbsaes-x86_64.S1379 .globl bsaes_ctr32_encrypt_blocks symbol
1380 .type bsaes_ctr32_encrypt_blocks,@function
1382 bsaes_ctr32_encrypt_blocks: label
1577 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
Dbsaes-x86_64.S1379 .globl bsaes_ctr32_encrypt_blocks symbol
1380 .type bsaes_ctr32_encrypt_blocks,@function
1382 bsaes_ctr32_encrypt_blocks: label
1577 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/external/chromium_org/third_party/openssl/openssl/patches/
Daead_support.patch68 - gctx->ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks;
70 + return (ctr128_f)bsaes_ctr32_encrypt_blocks;
/external/chromium_org/third_party/openssl/patches.chromium/
D0007-chacha.patch851 +- gctx->ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks;
853 ++ return (ctr128_f)bsaes_ctr32_encrypt_blocks;