Searched refs:decrypt (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/bsd/netinet6/ |
| H A D | esp_rijndael.c | 91 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 D | esp.h | 131 int (*decrypt)(struct mbuf *, size_t, member
|
| H A D | esp_core.c | 190 .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 D | esp_input.c | 473 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 D | corecrypto_chacha20poly1305.c | 90 return fns()->decrypt(info(), ctx, nbytes, ctext, ptext); in chacha20poly1305_decrypt()
|
| /xnu-11215/iokit/DriverKit/crypto/ |
| H A D | aes.h | 59 aes_decrypt_ctx decrypt; member
|
| /xnu-11215/libkern/libkern/crypto/ |
| H A D | aes.h | 59 aes_decrypt_ctx decrypt; member
|
| H A D | register_crypto.h | 82 …int (*decrypt)(const struct ccchacha20poly1305_info *info, ccchacha20poly1305_ctx *ctx, size_t nby… member
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 1164 &cryptvars->ctx.decrypt); in IOPolledFileRead()
|
| H A D | IOHibernateIO.cpp | 1738 &cryptvars->ctx.decrypt); in hibernate_write_image()
|