Home
last modified time | relevance | path

Searched refs:decrypt (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/bsd/netinet6/
H A Desp_rijndael.c91 ccgcm_ctx *decrypt; member
321 (aes_decrypt_ctx*)(&(((aes_ctx*)sav->sched_enc)->decrypt))); in esp_cbc_decrypt_aes()
774 return aes_decrypt_finalize_gcm(tag, tag_bytes, ctx->decrypt); in esp_gcm_decrypt_finalize()
1002 if (aes_decrypt_set_iv_gcm(nonce, sizeof(nonce), ctx->decrypt)) { in esp_gcm_decrypt_aes()
1048 if (aes_decrypt_gcm(sp, len, sp, ctx->decrypt)) { in esp_gcm_decrypt_aes()
1054 if (aes_decrypt_aad_gcm(sp, len, ctx->decrypt)) { in esp_gcm_decrypt_aes()
1237 ctx->decrypt)) != 0)) { in esp_aes_gcm_decrypt_data()
1245 ctx->decrypt)) != 0)) { in esp_aes_gcm_decrypt_data()
1254 ESP_GCM_IVLEN, ctx->decrypt)) != 0)) { in esp_aes_gcm_decrypt_data()
1265 ctx->decrypt)) != 0)) { in esp_aes_gcm_decrypt_data()
[all …]
H A Desp.h131 int (*decrypt)(struct mbuf *, size_t, member
H A Desp_core.c190 .decrypt = esp_cbc_decrypt,
211 .decrypt = esp_cbc_decrypt,
232 .decrypt = esp_null_decrypt,
253 .decrypt = esp_cbc_decrypt_aes,
274 .decrypt = esp_gcm_decrypt_aes,
295 .decrypt = esp_chachapoly_decrypt,
H A Desp_input.c473 if (!algo->decrypt) { in esp4_input_extended()
477 if ((*algo->decrypt)(m, off, sav, algo, ivlen)) { in esp4_input_extended()
1182 if (!algo->decrypt) { in esp6_input_extended()
1186 if ((*algo->decrypt)(m, off, sav, algo, ivlen)) { in esp6_input_extended()
/xnu-11215/libkern/crypto/
H A Dcorecrypto_chacha20poly1305.c90 return fns()->decrypt(info(), ctx, nbytes, ctext, ptext); in chacha20poly1305_decrypt()
/xnu-11215/iokit/DriverKit/crypto/
H A Daes.h59 aes_decrypt_ctx decrypt; member
/xnu-11215/libkern/libkern/crypto/
H A Daes.h59 aes_decrypt_ctx decrypt; member
H A Dregister_crypto.h82 …int (*decrypt)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, size_t nby… member
/xnu-11215/iokit/Kernel/
H A DIOPolledInterface.cpp1164 &cryptvars->ctx.decrypt); in IOPolledFileRead()
H A DIOHibernateIO.cpp1738 &cryptvars->ctx.decrypt); in hibernate_write_image()