Home
last modified time | relevance | path

Searched refs:BLAKE2B_CTX (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dblake2b.c29 #define BLAKE2B_CTX(desc) ((struct blake2b_ctx *)shash_desc_ctx(desc)) macro
36 blake2b_init_key(BLAKE2B_CTX(desc), digestsize, in crypto_blake2b_init()
44 blake2b_update(BLAKE2B_CTX(desc), data, len); in crypto_blake2b_update()
50 blake2b_final(BLAKE2B_CTX(desc), out); in crypto_blake2b_final()