Searched refs:cccbc_ctx_decl (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/libkern/libkern/crypto/ |
| H A D | aes.h | 51 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx); 55 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx);
|
| /xnu-12377.1.9/iokit/DriverKit/crypto/ |
| H A D | aes.h | 51 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx); 55 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx);
|
| /xnu-12377.1.9/osfmk/corecrypto/ |
| H A D | cccbc.c | 173 cccbc_ctx_decl(mode->size, ctx); in cccbc_one_shot_explicit()
|
| /xnu-12377.1.9/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 58 #define cccbc_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccbc_ctx, _size_, _name_) macro
|
| /xnu-12377.1.9/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 946 cccbc_ctx_decl(ctx->enc_mode->size, enc_ctx); in krb5_key_derivation() 1848 cccbc_ctx_decl(cctx->enc_mode->size, enc_ctx); in gss_krb5_3des_token_put() 1921 cccbc_ctx_decl(cctx->dec_mode->size, dec_ctx); in gss_krb5_3des_token_get()
|