Searched refs:CRYPTO_ctr128_encrypt_ctr32 (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dctr.c156 void CRYPTO_ctr128_encrypt_ctr32(const uint8_t *in, uint8_t *out, function
H A Dinternal.h158 // CRYPTO_ctr128_encrypt_ctr32 acts like |CRYPTO_ctr128_encrypt| but takes
162 void CRYPTO_ctr128_encrypt_ctr32(const uint8_t *in, uint8_t *out, size_t len,
223 // |CRYPTO_ctr128_encrypt_ctr32|. The |key| must be the same key that was
233 // |CRYPTO_ctr128_encrypt_ctr32|. The |key| must be the same key that was
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A De_aes.c291 CRYPTO_ctr128_encrypt_ctr32(in, out, len, &dat->ks, ctx->iv, ctx->buf,

Completed in 32 milliseconds