Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/libkern/crypto/
H A Dsha2.h50 ccdigest_ctx_decl(CCSHA256_STATE_SIZE, CCSHA256_BLOCK_SIZE, ctx);
54 ccdigest_ctx_decl(CCSHA512_STATE_SIZE, CCSHA512_BLOCK_SIZE, ctx);
/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccdigest.h64 #define ccdigest_ctx_decl(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccd… macro