Home
last modified time | relevance | path

Searched refs:cccbc_ctx_decl (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/iokit/DriverKit/crypto/
H A Daes.h51 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx);
55 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx);
/xnu-12377.81.4/libkern/libkern/crypto/
H A Daes.h51 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx);
55 cccbc_ctx_decl(AES_CBC_CTX_MAX_SIZE, ctx);
/xnu-12377.81.4/osfmk/corecrypto/
H A Dcccbc.c173 cccbc_ctx_decl(mode->size, ctx); in cccbc_one_shot_explicit()
/xnu-12377.81.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h58 #define cccbc_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccbc_ctx, _size_, _name_) macro
/xnu-12377.81.4/bsd/nfs/gss/
H A Dgss_krb5_mech.c946 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()