Searched refs:CRYPTO_ctr128_encrypt_ctr32 (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | ctr.c | 155 void CRYPTO_ctr128_encrypt_ctr32(const uint8_t *in, uint8_t *out, in CRYPTO_ctr128_encrypt_ctr32() function
|
D | internal.h | 184 void CRYPTO_ctr128_encrypt_ctr32(const uint8_t *in, uint8_t *out, size_t len,
|
/external/boringssl/src/crypto/cipher_extra/ |
D | e_aesctrhmac.c | 168 CRYPTO_ctr128_encrypt_ctr32(in, out, len, &aes_ctx->ks.ks, counter, in aead_aes_ctr_hmac_sha256_crypt()
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 322 CRYPTO_ctr128_encrypt_ctr32(in, out, len, &dat->ks, ctx->iv, ctx->buf, in aes_ctr_cipher()
|