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

/darwin-on-arm/xnu/libkern/libkern/crypto/
H A Dsha2.h50 ccdigest_ctx_decl(CCSHA256_STATE_SIZE, CCSHA256_BLOCK_SIZE, ctx);
54 ccdigest_ctx_decl(CCSHA256_STATE_SIZE, CCSHA256_BLOCK_SIZE, ctx);
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccdigest.h68 #define ccdigest_ctx_decl(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccdigest_ctx_size(_state_size_, _block_size_), _name_) macro

Completed in 20 milliseconds