Searched refs:SHA3_CTX (Results 1 – 1 of 1) sorted by relevance
11 #define SHA3_CTX(desc) ((struct sha3_ctx *)shash_desc_ctx(desc)) macro15 sha3_224_init(SHA3_CTX(desc)); in crypto_sha3_224_init()21 sha3_256_init(SHA3_CTX(desc)); in crypto_sha3_256_init()27 sha3_384_init(SHA3_CTX(desc)); in crypto_sha3_384_init()33 sha3_512_init(SHA3_CTX(desc)); in crypto_sha3_512_init()40 sha3_update(SHA3_CTX(desc), data, len); in crypto_sha3_update()46 sha3_final(SHA3_CTX(desc), out); in crypto_sha3_final()80 memcpy(out, SHA3_CTX(desc), sizeof(struct sha3_ctx)); in crypto_sha3_export_core()86 memcpy(SHA3_CTX(desc), in, sizeof(struct sha3_ctx)); in crypto_sha3_import_core()