Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/DriverKit/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-12377.41.6/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-12377.41.6/EXTERNAL_HEADERS/corecrypto/
H A Dccentropy.h123 ccdigest_ctx_decl(MAX_DIGEST_STATE_SIZE,
H A Dccdigest.h59 #define ccdigest_ctx_decl(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccd… macro