Searched refs:ccdigest_ctx_decl (Results 1 – 3 of 3) sorted by relevance
50 ccdigest_ctx_decl(CCSHA256_STATE_SIZE, CCSHA256_BLOCK_SIZE, ctx);54 ccdigest_ctx_decl(CCSHA512_STATE_SIZE, CCSHA512_BLOCK_SIZE, ctx);
123 ccdigest_ctx_decl(MAX_DIGEST_STATE_SIZE,
55 #define ccdigest_ctx_decl(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccd… macro