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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dcrypto.h72 * @v src Data to encrypt
78 void ( * encrypt ) ( void *ctx, const void *src, void *dst, member in struct:cipher_algorithm
121 int ( * encrypt ) ( void *ctx, const void *data, size_t len, member in struct:pubkey_algorithm
190 cipher->encrypt ( ctx, src, dst, len );
223 return pubkey->encrypt ( ctx, data, len, out );
H A Dcbc.h96 .encrypt = _cbc_name ## _encrypt, \
H A Dnet80211.h716 * This method is called to encrypt a single frame. It is
733 struct io_buffer * ( * encrypt ) ( struct net80211_crypto *crypto, member in struct:net80211_crypto
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dcrypto_null.c80 .encrypt = cipher_null_encrypt,
131 .encrypt = pubkey_null_encrypt,
H A Darc4.c65 * @v srcv Data to encrypt or decrypt
110 * @v src Message to encrypt or decrypt
129 .encrypt = arc4_xor,
H A Daxtls_aes.c112 * @v src Data to encrypt
153 .encrypt = aes_encrypt,
H A Drsa.c636 .encrypt = rsa_encrypt,
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchpms.c107 extern void encrypt(char *, int);
223 encrypt(des_input, 0);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchpms.c3 encryption functions encrypt(3) and setkey(3) or the DES library libdes.
115 extern void encrypt(char *, int);
187 encrypt((char*)des_input, 0);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dunistd.h172 int encrypt(char *, int);
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwep.c213 .encrypt = wep_encrypt,
H A Dwpa_ccmp.c177 * @v srcv Data to encrypt or decrypt
179 * @v msrcv MIC value to encrypt or decrypt (may be NULL)
313 * Encapsulate and encrypt a packet using CCMP
366 /* Copy and encrypt data and MIC */
461 .encrypt = ccmp_encrypt,
H A Dwpa_tkip.c413 /* Copy and encrypt the data */
528 .encrypt = tkip_encrypt,
H A Dnet80211.c328 struct io_buffer *niob = dev->crypto->encrypt ( dev->crypto,
726 struct io_buffer *eiob = dev->crypto->encrypt ( dev->crypto,
2270 dev->crypto->encrypt ( dev->crypto, iob ) );
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.c153 int encrypt; member in struct:__anon17363
1127 zi->ci.encrypt = 0;
1248 zi->ci.encrypt = 1;
1367 if (zi->ci.encrypt != 0)

Completed in 56 milliseconds