Searched refs:cccbc_ctx_decl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/crypto/
H A Ddes.h58 cccbc_ctx_decl(DES_CBC_CTX_MAX_SIZE, enc);
59 cccbc_ctx_decl(DES_CBC_CTX_MAX_SIZE, dec);
68 cccbc_ctx_decl(DES3_CBC_CTX_MAX_SIZE, enc);
69 cccbc_ctx_decl(DES3_CBC_CTX_MAX_SIZE, dec);
H A Daes.h47 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx);
51 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx);
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h67 #define cccbc_ctx_decl(_size_, _name_) cc_ctx_decl(cccbc_ctx, _size_, _name_) macro
117 cccbc_ctx_decl(mode->size, ctx);

Completed in 164 milliseconds