Home
last modified time | relevance | path

Searched refs:ccmode_siv_hmac (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_siv_hmac.h31 size_t ccsiv_hmac_context_size(const struct ccmode_siv_hmac *mode);
39 size_t ccsiv_hmac_block_size(const struct ccmode_siv_hmac *mode);
81 int ccsiv_hmac_init(const struct ccmode_siv_hmac *mode, ccsiv_hmac_ctx *ctx, size_t key_byte_len, c…
98 int ccsiv_hmac_aad(const struct ccmode_siv_hmac *mode, ccsiv_hmac_ctx *ctx, size_t nbytes, const ui…
113 int ccsiv_hmac_set_nonce(const struct ccmode_siv_hmac *mode, ccsiv_hmac_ctx *ctx, size_t nbytes, co…
137 int ccsiv_hmac_crypt(const struct ccmode_siv_hmac *mode, ccsiv_hmac_ctx *ctx, size_t nbytes, const …
146 int ccsiv_hmac_reset(const struct ccmode_siv_hmac *mode, ccsiv_hmac_ctx *ctx);
167 int ccsiv_hmac_one_shot(const struct ccmode_siv_hmac *mode,
H A Dccmode_impl.h269 struct ccmode_siv_hmac { struct
273 int (*CC_SPTR(ccmode_siv_hmac, init))(const struct ccmode_siv_hmac *sivhmac, argument
278 … int (*CC_SPTR(ccmode_siv_hmac, set_nonce))(ccsiv_hmac_ctx *ctx, size_t nbytes, const uint8_t *in);
279 int (*CC_SPTR(ccmode_siv_hmac, auth))(ccsiv_hmac_ctx *ctx, size_t nbytes, const uint8_t *in);
280 …int (*CC_SPTR(ccmode_siv_hmac, crypt))(ccsiv_hmac_ctx *ctx, size_t nbytes, const uint8_t *in, uint…
281 int (*CC_SPTR(ccmode_siv_hmac, reset))(ccsiv_hmac_ctx *ctx);
H A Dccaes.h103 const struct ccmode_siv_hmac *ccaes_siv_hmac_sha256_encrypt_mode(void);
104 const struct ccmode_siv_hmac *ccaes_siv_hmac_sha256_decrypt_mode(void);