/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/ |
chacha20_dolbeau-avx2.c | 72 chacha20_encrypt_bytes(chacha_ctx *ctx, const uint8_t *m, uint8_t *c, function in typeref:typename:void 102 chacha20_encrypt_bytes(&ctx, c, c, clen); 121 chacha20_encrypt_bytes(&ctx, c, c, clen); 146 chacha20_encrypt_bytes(&ctx, m, c, mlen); 166 chacha20_encrypt_bytes(&ctx, m, c, mlen);
|
chacha20_dolbeau-ssse3.c | 67 chacha20_encrypt_bytes(chacha_ctx *ctx, const uint8_t *m, uint8_t *c, function in typeref:typename:void 96 chacha20_encrypt_bytes(&ctx, c, c, clen); 115 chacha20_encrypt_bytes(&ctx, c, c, clen); 140 chacha20_encrypt_bytes(&ctx, m, c, mlen); 160 chacha20_encrypt_bytes(&ctx, m, c, mlen);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/ |
chacha20_ref.c | 81 chacha20_encrypt_bytes(chacha_ctx *ctx, const uint8_t *m, uint8_t *c, function in typeref:typename:void 239 chacha20_encrypt_bytes(&ctx, c, c, clen); 258 chacha20_encrypt_bytes(&ctx, c, c, clen); 283 chacha20_encrypt_bytes(&ctx, m, c, mlen); 303 chacha20_encrypt_bytes(&ctx, m, c, mlen);
|