Searched defs:xts (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_aesxts.c41 xts_start(uint32_t cipher __unused, // ignored - we're doing this for xts-aes only argument
70 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
[all...]
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h118 void *(*xts)(const ccxts_ctx *ctx, ccxts_tweak *tweak, member in struct:ccmode_xts
H A Dccmode_factory.h655 void ccmode_factory_xts_decrypt(struct ccmode_xts *xts, argument
667 void ccmode_factory_xts_encrypt(struct ccmode_xts *xts, argument
[all...]
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonCryptorPriv.h60 const struct ccmode_xts* xts; member in struct:cipherMode_t
H A DcorecryptoSymmetricBridge.h49 const struct ccmode_xts *xts; member in union:__anon445
73 xts_p xts; member in struct:modes_t
104 ccxts_ctx *xts; member in union:__anon446
/macosx-10.10.1/ntp-92/ntpdate/
H A Dntptimeset.c1991 input_handler(l_fp *xts) argument

Completed in 120 milliseconds