Searched refs:ccmode_ecb (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/ ! |
| H A D | ccmode_factory.h | 27 const struct ccmode_ecb *ecb); 34 const struct ccmode_ecb *ecb); 42 const struct ccmode_ecb *ecb); 49 const struct ccmode_ecb *ecb); 56 const struct ccmode_ecb *ecb); 63 const struct ccmode_ecb *ecb); 70 const struct ccmode_ecb *ecb); 77 const struct ccmode_ecb *ecb_encrypt); 84 const struct ccmode_ecb *ecb_encrypt); 92 const struct ccmode_ecb *ecb_encrypt); [all …]
|
| H A D | ccaes.h | 27 extern const struct ccmode_ecb ccaes_ltc_ecb_decrypt_mode; 28 extern const struct ccmode_ecb ccaes_ltc_ecb_encrypt_mode; 34 extern const struct ccmode_ecb ccaes_arm_ecb_encrypt_mode; 35 extern const struct ccmode_ecb ccaes_arm_ecb_decrypt_mode; 51 extern const struct ccmode_ecb ccaes_intel_ecb_encrypt_opt_mode; 52 extern const struct ccmode_ecb ccaes_intel_ecb_encrypt_aesni_mode; 54 extern const struct ccmode_ecb ccaes_intel_ecb_decrypt_opt_mode; 55 extern const struct ccmode_ecb ccaes_intel_ecb_decrypt_aesni_mode; 74 extern const struct ccmode_ecb ccaes_skg_ecb_encrypt_mode; 75 extern const struct ccmode_ecb ccaes_skg_ecb_decrypt_mode; [all …]
|
| H A D | ccdes.h | 21 extern const struct ccmode_ecb ccdes3_ltc_ecb_decrypt_mode; 22 extern const struct ccmode_ecb ccdes3_ltc_ecb_encrypt_mode; 24 const struct ccmode_ecb *ccdes_ecb_decrypt_mode(void); 25 const struct ccmode_ecb *ccdes_ecb_encrypt_mode(void); 41 const struct ccmode_ecb *ccdes3_ecb_decrypt_mode(void); 42 const struct ccmode_ecb *ccdes3_ecb_encrypt_mode(void);
|
| H A D | ccmode_impl.h | 22 struct ccmode_ecb { struct 25 …int (*CC_SPTR(ccmode_ecb, init))(const struct ccmode_ecb *ecb, ccecb_ctx *ctx, size_t key_nbytes, … argument 26 … int (*CC_SPTR(ccmode_ecb, ecb))(const ccecb_ctx *ctx, size_t nblocks, const void *in, void *out); 27 void (*CC_SPTR(ccmode_ecb, roundkey))(const ccecb_ctx *ctx, unsigned r, void *key);
|
| H A D | ccpad.h | 57 size_t ccpad_pkcs7_ecb_decrypt(const struct ccmode_ecb *ecb, ccecb_ctx *ecb_key, 60 size_t ccpad_pkcs7_ecb_encrypt(const struct ccmode_ecb *ecb, ccecb_ctx *ctx,
|
| H A D | ccmode.h | 30 size_t ccecb_context_size(const struct ccmode_ecb *mode); 32 size_t ccecb_block_size(const struct ccmode_ecb *mode); 34 int ccecb_init(const struct ccmode_ecb *mode, ccecb_ctx *ctx, size_t key_len, const void *cc_sized_… 36 int ccecb_update(const struct ccmode_ecb *mode, const ccecb_ctx *ctx, size_t nblocks, const void *c… 39 int ccecb_one_shot(const struct ccmode_ecb *mode, 46 int ccecb_one_shot_explicit(const struct ccmode_ecb *mode,
|
| /xnu-11215.61.5/libkern/crypto/ ! |
| H A D | corecrypto_des.c | 40 const struct ccmode_ecb *enc = g_crypto_funcs->ccdes_ecb_encrypt; in des_ecb_key_sched() 41 const struct ccmode_ecb *dec = g_crypto_funcs->ccdes_ecb_decrypt; in des_ecb_key_sched() 60 …const struct ccmode_ecb *ecb = enc ? g_crypto_funcs->ccdes_ecb_encrypt : g_crypto_funcs->ccdes_ecb… in des_ecb_encrypt() 71 const struct ccmode_ecb *enc = g_crypto_funcs->cctdes_ecb_encrypt; in des3_ecb_key_sched() 72 const struct ccmode_ecb *dec = g_crypto_funcs->cctdes_ecb_decrypt; in des3_ecb_key_sched() 91 …const struct ccmode_ecb *ecb = enc ? g_crypto_funcs->cctdes_ecb_encrypt : g_crypto_funcs->cctdes_e… in des3_ecb_encrypt()
|
| /xnu-11215.61.5/osfmk/corecrypto/ ! |
| H A D | ccmode_internal.h | 58 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_##_dir_##_mode(); \ 70 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_encrypt_mode(); \ 81 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_encrypt_mode(); \ 94 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_encrypt_mode(); \ 128 const struct ccmode_ecb *ecb; 143 const struct ccmode_ecb * 183 const struct ccmode_ecb *ecb; 228 const struct ccmode_ecb *ecb; 263 const struct ccmode_ecb *ecb; 305 const struct ccmode_ecb *ecb; [all …]
|
| H A D | ccmode_gcm_internal.h | 72 const struct ccmode_ecb *ecb; // ecb mode
|
| /xnu-11215.61.5/libkern/libkern/crypto/ ! |
| H A D | register_crypto.h | 222 const struct ccmode_ecb *ccaes_ecb_encrypt; 223 const struct ccmode_ecb *ccaes_ecb_decrypt; 238 const struct ccmode_ecb *ccdes_ecb_encrypt; 239 const struct ccmode_ecb *ccdes_ecb_decrypt; 243 const struct ccmode_ecb *cctdes_ecb_encrypt; 244 const struct ccmode_ecb *cctdes_ecb_decrypt;
|