Searched defs:encrypt (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | crypto.h | 72 * @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 D | net80211.h | 716 * 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/libs/zlib-1.2.6/contrib/minizip/ |
H A D | zip.c | 153 int encrypt; member in struct:__anon17363 1127 zi->ci.encrypt = 0; 1248 zi->ci.encrypt = 1; 1367 if (zi->ci.encrypt != 0)
|
Completed in 202 milliseconds