Searched refs:ccchacha20poly1305_info (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccchacha20poly1305.h | 110 struct ccchacha20poly1305_info { struct 114 const struct ccchacha20poly1305_info *ccchacha20poly1305_info(void); 130 int ccchacha20poly1305_init(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx… 141 int ccchacha20poly1305_reset(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ct… 157 int ccchacha20poly1305_setnonce(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx … 158 int ccchacha20poly1305_incnonce(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx … 175 int ccchacha20poly1305_aad(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx,… 193 int ccchacha20poly1305_encrypt(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *… 207 int ccchacha20poly1305_finalize(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx … 225 int ccchacha20poly1305_decrypt(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *… [all …]
|
| /xnu-8020.140.41/libkern/libkern/crypto/ |
| H A D | register_crypto.h | 73 const struct ccchacha20poly1305_info *(*info)(void); 74 …int (*init)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, const uint8_t… 75 int (*reset)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx); 76 …int (*setnonce)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, const uin… 77 …int (*incnonce)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, uint8_t *… 78 …int (*aad)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, size_t nbytes,… 79 …int (*encrypt)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, size_t nby… 80 …int (*finalize)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, uint8_t *… 81 …int (*decrypt)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, size_t nby… 82 …int (*verify)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, const uint8…
|
| /xnu-8020.140.41/libkern/crypto/ |
| H A D | corecrypto_chacha20poly1305.c | 39 static const struct ccchacha20poly1305_info *
|