Searched refs:ccdigest_ctx_decl (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/iokit/DriverKit/crypto/ |
| H A D | sha2.h | 50 ccdigest_ctx_decl(CCSHA256_STATE_SIZE, CCSHA256_BLOCK_SIZE, ctx); 54 ccdigest_ctx_decl(CCSHA512_STATE_SIZE, CCSHA512_BLOCK_SIZE, ctx);
|
| /xnu-10002.1.13/libkern/libkern/crypto/ |
| H A D | sha2.h | 50 ccdigest_ctx_decl(CCSHA256_STATE_SIZE, CCSHA256_BLOCK_SIZE, ctx); 54 ccdigest_ctx_decl(CCSHA512_STATE_SIZE, CCSHA512_BLOCK_SIZE, ctx);
|
| /xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccentropy.h | 123 ccdigest_ctx_decl(MAX_DIGEST_STATE_SIZE,
|
| H A D | ccdigest.h | 55 #define ccdigest_ctx_decl(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccd… macro
|