HomeSort by: relevance | last modified time | path
    Searched refs:chacha_ivsetup (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
chacha20_dolbeau-avx2.c 54 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) function in typeref:typename:void
100 chacha_ivsetup(&ctx, n, NULL);
145 chacha_ivsetup(&ctx, n, ic_bytes);
chacha20_dolbeau-ssse3.c 49 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) function in typeref:typename:void
94 chacha_ivsetup(&ctx, n, NULL);
139 chacha_ivsetup(&ctx, n, ic_bytes);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 63 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) function in typeref:typename:void
237 chacha_ivsetup(&ctx, n, NULL);
282 chacha_ivsetup(&ctx, n, ic_bytes);

Completed in 37 milliseconds