Searched refs:BLAKE2B_CTX (Results 1 – 1 of 1) sorted by relevance
29 #define BLAKE2B_CTX(desc) ((struct blake2b_ctx *)shash_desc_ctx(desc)) macro36 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()