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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp.h82 int (*decrypt)(struct mbuf *, size_t, member in struct:esp_algorithm
H A Desp_rijndael.c76 aes_decrypt_key(_KEYBUF(sav->key_enc), _KEYLEN(sav->key_enc), &ctx->decrypt);
83 /* The following 2 functions decrypt or encrypt the contents of
238 /* decrypt */
240 (aes_decrypt_ctx*)(&(((aes_ctx*)sav->sched)->decrypt)));
H A Desp_input.c319 * decrypt the packet.
321 if (!algo->decrypt)
322 panic("internal error: no decrypt function");
324 if ((*algo->decrypt)(m, off, sav, algo, ivlen)) {
327 ipseclog((LOG_ERR, "decrypt fail in IPv4 ESP input: %s\n",
763 * decrypt the packet.
765 if (!algo->decrypt)
766 panic("internal error: no decrypt function");
767 if ((*algo->decrypt)(m, off, sav, algo, ivlen)) {
770 ipseclog((LOG_ERR, "decrypt fai
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h138 aes_decrypt_ctx decrypt; member in struct:__anon32
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c2893 * mark page as busy while decrypt
4552 * we don't really need to decrypt it
4886 * If the page is encrypted, we need to decrypt it,
5250 * fault. We can then decrypt the page and enter it in the page table
5263 * virtaul address space each time we need to encrypt or decrypt
5265 * It would be nice to be able to encrypt and decrypt in physical
5630 &swap_crypt_ctx.decrypt);
5649 /* decrypt */
5654 &swap_crypt_ctx.decrypt);
5669 /* decrypt i
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp973 // decrypt the buffer
978 &cryptvars->ctx.decrypt);
1745 &cryptvars->ctx.decrypt);

Completed in 47 milliseconds