Home
last modified time | relevance | path

Searched defs:ChaCha20_ctr32 (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/chacha/asm/arm32/
Dchacha-armv4.S29 .globl ChaCha20_ctr32 symbol
32 ChaCha20_ctr32: label
/third_party/openssl/crypto/chacha/asm/arm64/
Dchacha-armv8.S22 .globl ChaCha20_ctr32 symbol
25 ChaCha20_ctr32: label
/third_party/openssl/crypto/chacha/asm/x86_64/
Dchacha-x86_64.s36 .globl ChaCha20_ctr32 symbol
39 ChaCha20_ctr32: label
/third_party/openssl/crypto/chacha/
Dchacha_enc.c73 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() function
/third_party/openssl/crypto/
Dppccap.c96 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1190 #define ChaCha20_ctr32 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ChaCha20_ctr32) macro