Searched refs:chacha_ivsetup (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
| H A D | chacha20_dolbeau-ssse3.c | 49 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup() function 94 chacha_ivsetup(&ctx, n, NULL); in stream_ref() 139 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
|
| H A D | chacha20_dolbeau-avx2.c | 54 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup() function 100 chacha_ivsetup(&ctx, n, NULL); in stream_ref() 145 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
|
| /f-stack/freebsd/crypto/chacha20/ |
| H A D | chacha.h | 36 LOCAL void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv CHACHA_UNUSED,
|
| H A D | chacha-sw.c | 24 chacha_ivsetup(ctx, iv + 8, iv); in chacha20_xform_reinit()
|
| H A D | chacha.c | 85 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
| H A D | chacha20_ref.c | 63 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup() function 237 chacha_ivsetup(&ctx, n, NULL); in stream_ref() 282 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
|
| /f-stack/freebsd/libkern/ |
| H A D | arc4random.c | 140 chacha_ivsetup(&chacha20->ctx, (u_char *)&tv_now.tv_sec, (u_char *)&tv_now.tv_usec); in chacha20_randomstir()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_shutdown.c | 1102 chacha_ivsetup(&kdc->kdc_chacha, kdc->kdc_iv, NULL); in kerneldumpcrypto_init()
|