Searched refs:Blake3_InitKeyed (Results 1 – 6 of 6) sorted by relevance
83 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()
104 Blake3_InitKeyed(ctx, salt->zcs_bytes); in abd_checksum_blake3_tmpl_init()
529 Blake3_InitKeyed(&ctx, (const uint8_t *)salt); in main()
515 Blake3_InitKeyed(BLAKE3_CTX *ctx, const uint8_t key[BLAKE3_KEY_LEN]) in Blake3_InitKeyed() function
6852 Blake3_InitKeyed(&ctx, salt_ptr); in ztest_blake3()6863 Blake3_InitKeyed(&ctx, salt_ptr); in ztest_blake3()