Searched refs:encrypt (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp.h84 int (*encrypt)(struct mbuf *, size_t, size_t, member in struct:esp_algorithm
H A Desp_rijndael.c77 aes_encrypt_key(_KEYBUF(sav->key_enc), _KEYLEN(sav->key_enc), &ctx->encrypt);
83 /* The following 2 functions decrypt or encrypt the contents of
399 /* encrypt */
401 (aes_encrypt_ctx*)(&(((aes_ctx*)sav->sched)->encrypt)));
H A Desp_output.c673 * encrypt the packet, based on security association
676 if (!algo->encrypt)
677 panic("internal error: no encrypt function");
679 if ((*algo->encrypt)(m, espoff, plen + extendsiz, sav, algo, ivlen)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h139 aes_encrypt_ctx encrypt; member in struct:__anon32
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c518 * Now we may have to compute integrity or encrypt the call args
592 /* Finally, encrypt the args */
2110 * checksum and/or encrypt. When we're done, we join the chains back
2680 * We DES CBC encrypt the sequence number using the first
3037 int encrypt)
3069 /* At or beyond offset - encrypt data */
3075 * DES CBC has to encrypt 8 bytes at a time.
3077 * mbuf isn't some multiple of 8 bytes, encrypt all
3080 * an 8 byte block and encrypt that block separately,
3088 (des_cblock *) ivec, (des_cblock *) ivec, encrypt);
3032 nfs_gss_encrypt_mchain( u_char *key, mbuf_t mhead, int offset, int len, int encrypt) argument
3110 nfs_gss_encrypt_chain( u_char *key, struct nfsm_chain *nmc, int offset, int len, int encrypt) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c2686 * We'll actually encrypt the pages later,
4764 * here. We won't encrypt the pages.
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
5585 * have a different one for each page we encrypt, so that
5627 &swap_crypt_ctx.encrypt);
5643 /* encrypt */
5648 &swap_crypt_ctx.encrypt);
5663 /* encrypt again */
5668 &swap_crypt_ctx.encrypt);
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp835 // encrypt the buffer
840 &cryptvars->ctx.encrypt);
1742 &cryptvars->ctx.encrypt);
1751 &cryptvars->ctx.encrypt);

Completed in 58 milliseconds