Searched refs:Blake3_InitKeyed (Results 1 – 6 of 6) sorted by relevance
84 void Blake3_InitKeyed(BLAKE3_CTX *ctx, const uint8_t key[BLAKE3_KEY_LEN]);
81 Blake3_InitKeyed(ctx, salt->zcs_bytes); in zio_checksum_blake3_tmpl_init()
105 Blake3_InitKeyed(ctx, salt->zcs_bytes); in abd_checksum_blake3_tmpl_init()
530 Blake3_InitKeyed(&ctx, (const uint8_t *)salt); in main()
516 Blake3_InitKeyed(BLAKE3_CTX *ctx, const uint8_t key[BLAKE3_KEY_LEN]) in Blake3_InitKeyed() function
6854 Blake3_InitKeyed(&ctx, salt_ptr); in ztest_blake3()6865 Blake3_InitKeyed(&ctx, salt_ptr); in ztest_blake3()