| /xnu-10002.41.9/libkern/crypto/ |
| H A D | corecrypto_aes.c | 36 aes_encrypt_key(const unsigned char *key, int key_len, aes_encrypt_ctx cx[1]) in aes_encrypt_key() 73 aes_decrypt_key(const unsigned char *key, int key_len, aes_decrypt_ctx cx[1]) in aes_decrypt_key() 135 aes_encrypt_key_gcm(const unsigned char *key, int key_len, ccgcm_ctx *ctx) in aes_encrypt_key_gcm() 146 aes_encrypt_key_with_iv_gcm(const unsigned char *key, int key_len, const unsigned char *in_iv, ccgc… in aes_encrypt_key_with_iv_gcm() 229 aes_decrypt_key_gcm(const unsigned char *key, int key_len, ccgcm_ctx *ctx) in aes_decrypt_key_gcm() 240 aes_decrypt_key_with_iv_gcm(const unsigned char *key, int key_len, const unsigned char *in_iv, ccgc… in aes_decrypt_key_with_iv_gcm()
|
| /xnu-10002.41.9/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 42 CC_INLINE int ccecb_init(const struct ccmode_ecb *mode, ccecb_ctx *ctx, size_t key_len, const void … in ccecb_init() 53 ccecb_one_shot(const struct ccmode_ecb *mode, size_t key_len, const void *key, size_t nblocks, cons… in ccecb_one_shot() 95 CC_INLINE int cccbc_init(const struct ccmode_cbc *mode, cccbc_ctx *ctx, size_t key_len, const void … in cccbc_init() 149 CC_INLINE int cccfb_init(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t key_len, const void … in cccfb_init() 160 size_t key_len, in cccfb_one_shot() 194 CC_INLINE int cccfb8_init(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t key_len, const vo… in cccfb8_init() 205 size_t key_len, in cccfb8_one_shot() 243 CC_INLINE int ccctr_init(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t key_len, const void … in ccctr_init() 254 size_t key_len, in ccctr_one_shot() 288 CC_INLINE int ccofb_init(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t key_len, const void … in ccofb_init() [all …]
|
| H A D | ccmode_siv.h | 249 size_t key_len, const uint8_t *key, in ccsiv_one_shot()
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_cprotect.c | 96 cpx_size(size_t key_len) in cpx_size() 111 cpx_alloc(size_t key_len, bool needs_ctx) in cpx_alloc() 230 cpx_init(cpx_t cpx, size_t key_len) in cpx_init() 319 cpx_set_key_len(struct cpx *cpx, uint16_t key_len) in cpx_set_key_len() 405 uint16_t key_len = cpx_key_len(src); in cpx_copy() local
|
| /xnu-10002.41.9/osfmk/corecrypto/ |
| H A D | cchmac.c | 43 size_t key_len, const void *key, in cchmac()
|
| H A D | cchmac_init.c | 51 size_t key_len, const void *key_data) in cchmac_init()
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | cprotect.h | 145 unsigned key_len; member 155 unsigned key_len; member
|
| /xnu-10002.41.9/bsd/skywalk/nexus/ |
| H A D | nexus_common.h | 410 const void *key, const uint32_t key_len, const uint32_t bind_flags) in __nexus_bind_req_prepare()
|
| H A D | nexus_kern.c | 1216 const uuid_t exec_uuid, const void *key, const uint32_t key_len, in kern_nexus_controller_bind_provider_instance()
|
| /xnu-10002.41.9/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.h | 149 uint32_t key_len; member 216 size_t key_len; member
|
| /xnu-10002.41.9/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 160 const uuid_t exec_uuid, const void *key, const uint32_t key_len, in os_nexus_controller_bind_provider_instance()
|
| H A D | os_channel.c | 1466 const uint32_t key_len) in os_channel_attr_set_key() 1631 uint32_t *key_len) in os_channel_attr_get_key()
|