Searched defs:iv (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_aesxts.c70 xts_encrypt(const uint8_t *pt, unsigned long ptlen, uint8_t *ct, const uint8_t *iv, symmetric_xts *xts) argument
86 xts_decrypt(const uint8_t *ct, unsigned long ptlen, uint8_t *pt, const uint8_t *iv, symmetric_xts *xts) argument
H A Dcorecrypto_des.c112 des_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, des_cbc_key_schedule *ks, des_cblock *iv, des_cblock *retiv, int encrypt) argument
153 des3_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, des3_cbc_key_schedule *ks, des_cblock *iv, des_cblock *retiv, int encrypt) argument
/xnu-2782.1.97/bsd/netinet6/
H A Desp_rijndael.c154 u_int8_t iv[AES_BLOCKLEN] __attribute__((aligned(4))), *dptr; local
[all...]
H A Desp_core.c545 u_int8_t iv[MAXIVLEN] __attribute__((aligned(4))), *ivp; local
772 u_int8_t iv[MAXIVLEN] __attribute__((aligned(4))), *ivp; local
[all...]
/xnu-2782.1.97/bsd/netkey/
H A Dkeydb.h92 caddr_t iv; /* Initilization Vector */ member in struct:secasvar
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h97 cccbc_set_iv(const struct ccmode_cbc *mode, cccbc_iv *iv_ctx, const void *iv) argument
106 cccbc_update(const struct ccmode_cbc *mode, cccbc_ctx *ctx, cccbc_iv *iv, unsigned long nblocks, const void *in, void *out) argument
113 cccbc_one_shot(const struct ccmode_cbc *mode, unsigned long key_len, const void *key, const void *iv, unsigned long nblocks, const void *in, void *out) argument
146 cccfb_init(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t key_len, const void *key, const void *iv) argument
159 cccfb_one_shot(const struct ccmode_cfb *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
186 cccfb8_init(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t key_len, const void *key, const void *iv) argument
198 cccfb8_one_shot(const struct ccmode_cfb8 *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
229 ccctr_init(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t key_len, const void *key, const void *iv) argument
241 ccctr_one_shot(const struct ccmode_ctr *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
269 ccofb_init(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t key_len, const void *key, const void *iv) argument
281 ccofb_one_shot(const struct ccmode_ofb *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
335 ccxts_set_tweak(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, const void *iv) argument
347 ccxts_one_shot(const struct ccmode_xts *mode, size_t key_len, const void *key, const void *tweak_key, const void *iv, unsigned long nblocks, const void *in, void *out) argument
384 ccgcm_set_iv(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t iv_size, const void *iv) argument
414 ccgcm_one_shot(const struct ccmode_gcm *mode, size_t key_len, const void *key, size_t iv_len, const void *iv, size_t adata_len, const void *adata, size_t nbytes, const void *in, void *out, size_t tag_len, void *tag) argument
[all...]
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c3830 gss_des_crypt(gss_key_info *ki, des_cblock *in, des_cblock *out, int32_t len, des_cblock *iv, des_cblock *retiv, int encrypt, int usage) argument
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_voucher.c101 iv_reference(ipc_voucher_t iv) argument
110 iv_release(ipc_voucher_t iv) argument
226 ipc_voucher_t iv; local
271 iv_set(ipc_voucher_t iv, iv_index_t key_index, iv_index_t value_index) argument
280 iv_dealloc(ipc_voucher_t iv, boolean_t unhash) argument
339 iv_lookup(ipc_voucher_t iv, iv_index_t key_index) argument
423 ipc_voucher_t iv; local
477 ipc_voucher_t iv; local
1583 ipc_voucher_t iv; local
[all...]

Completed in 48 milliseconds