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

/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes_ctr.c61 CRYPTO_ctr128_encrypt(in, out, length, key, ivec, ecount_buf, num,
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A Dcmll_ctr.c62 CRYPTO_ctr128_encrypt(in, out, length, key, ivec, ecount_buf, num,
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dctr128.c113 * before the first call to CRYPTO_ctr128_encrypt(). This algorithm assumes
119 void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, function
H A Dmodes.h36 void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out,
H A Dgcm128.c2340 CRYPTO_ctr128_encrypt(buf.c, buf.c, sizeof(buf),
2344 CRYPTO_ctr128_encrypt(buf.c, buf.c, sizeof(buf),
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_camellia.c380 CRYPTO_ctr128_encrypt(in, out, len, &dat->ks,
H A De_aes.c1112 CRYPTO_ctr128_encrypt(in, out, len, &dat->ks,

Completed in 190 milliseconds