Searched refs:iv_nbytes (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 554 CC_INLINE int ccgcm_set_iv(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t iv_nbytes, const v… in ccgcm_set_iv() argument 556 return mode->set_iv(ctx, iv_nbytes, iv); in ccgcm_set_iv() 576 int ccgcm_set_iv_legacy(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t iv_nbytes, const void… 738 size_t iv_nbytes, 776 size_t iv_nbytes,
|
| H A D | ccmode_impl.h | 170 int (*CC_SPTR(ccmode_gcm, set_iv))(ccgcm_ctx *ctx, size_t iv_nbytes, const void *iv);
|