Searched refs:decrypt (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp.h110 int (*decrypt)(struct mbuf *, size_t, member in struct:esp_algorithm
H A Desp_rijndael.c106 aes_decrypt_key((const unsigned char *) _KEYBUF(sav->key_enc), _KEYLEN(sav->key_enc), &ctx->decrypt);
113 /* The following 2 functions decrypt or encrypt the contents of
274 /* decrypt */
285 (aes_decrypt_ctx*)(&(((aes_ctx*)sav->sched)->decrypt)));
H A Desp_input.c382 * decrypt the packet.
384 if (!algo->decrypt)
385 panic("internal error: no decrypt function");
387 if ((*algo->decrypt)(m, off, sav, algo, ivlen)) {
390 ipseclog((LOG_ERR, "decrypt fail in IPv4 ESP input: %s\n",
932 * decrypt the packet.
934 if (!algo->decrypt)
935 panic("internal error: no decrypt function");
936 if ((*algo->decrypt)(m, off, sav, algo, ivlen)) {
939 ipseclog((LOG_ERR, "decrypt fai
[all...]
/darwin-on-arm/xnu/libkern/libkern/crypto/
H A Daes.h56 aes_decrypt_ctx decrypt; member in struct:__anon811
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1096 // decrypt the buffer
1103 &cryptvars->ctx.decrypt);
2114 &cryptvars->ctx.decrypt);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c3715 * mark page as busy while decrypt
5634 * we don't really need to decrypt it
6126 * If the page is encrypted, we need to decrypt it,
6621 * fault. We can then decrypt the page and enter it in the page table
6634 * virtaul address space each time we need to encrypt or decrypt
6636 * It would be nice to be able to encrypt and decrypt in physical
6995 &swap_crypt_ctx.decrypt);
7014 /* decrypt */
7019 &swap_crypt_ctx.decrypt);
7034 /* decrypt i
[all...]

Completed in 91 milliseconds