Searched refs:CRYPTO_ctr128_encrypt (Results 1 - 9 of 9) sorted by relevance

/external/openssl/crypto/aes/
H A Daes_ctr.c60 CRYPTO_ctr128_encrypt(in,out,length,key,ivec,ecount_buf,num,(block128_f)AES_encrypt);
/external/chromium_org/third_party/boringssl/src/crypto/aes/
H A Dmode_wrappers.c59 CRYPTO_ctr128_encrypt(in, out, len, key, ivec, ecount_buf, num,
/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dctr.c78 * CRYPTO_ctr128_encrypt().
84 void CRYPTO_ctr128_encrypt(const uint8_t *in, uint8_t *out, size_t len, function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dmodes.h73 /* CRYPTO_ctr128_encrypt encrypts (or decrypts, it's the same in CTR mode)
79 OPENSSL_EXPORT void CRYPTO_ctr128_encrypt(const uint8_t *in, uint8_t *out,
85 /* CRYPTO_ctr128_encrypt_ctr32 acts like |CRYPTO_ctr128_encrypt| but takes
/external/openssl/crypto/modes/
H A Dctr128.c106 * call to CRYPTO_ctr128_encrypt().
114 void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, function
H A Dgcm128.c1894 CRYPTO_ctr128_encrypt(buf.c,buf.c,sizeof(buf),
1898 CRYPTO_ctr128_encrypt(buf.c,buf.c,sizeof(buf),
/external/openssl/include/openssl/
H A Dmodes.h36 void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out,
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_aes.c310 CRYPTO_ctr128_encrypt(in, out, len, &dat->ks, ctx->iv, ctx->buf, &num,
/external/openssl/crypto/evp/
H A De_aes.c732 CRYPTO_ctr128_encrypt(in,out,len,&dat->ks,

Completed in 997 milliseconds