Searched refs:encryption (Results 1 – 12 of 12) sorted by relevance
84 InventoryEncryption encryption; in operator =() local92 encryption.setSSEKMS(ssekms); in operator =()97 encryption.setSSEOSS(InventorySSEOSS()); in operator =()99 dest.setEncryption(encryption); in operator =()
91 InventoryEncryption encryption; in operator =() local99 encryption.setSSEKMS(ssekms); in operator =()104 encryption.setSSEOSS(InventorySSEOSS()); in operator =()106 dest.setEncryption(encryption); in operator =()
93 void setEncryption(const InventoryEncryption& encryption) { encryption_ = encryption; } in setEncryption() argument
5 the PolarSSL project (PolarSSL 0.10.1-bsd) for ciphers and encryption
30 │ ├── encryption/*.cc # 加密安全相关部分42 │ ├── encryption/*.h # 加密安全相关头文件
8 * [`aes/aescrypt2.c`](aes/aescrypt2.c): file encryption and authentication with a key derived from …9 …library. It should not be taken as an example of how to build a secure encryption mechanism. To de…11 * [`aes/crypt_and_hash.c`](aes/crypt_and_hash.c): file encryption and authentication, demonstrating…
316 zlib doesn't support encryption. The original PKZIP encryption is very318 encryption, use GnuPG, http://www.gnupg.org/ , which already includes zlib319 compression. For PKZIP compatible "encryption", look at
184 - Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]
129 # encryption support using TinyCrypt library if this is not provided292 pairing with encryption. Enabling this option disables legacy pairing.
401 * \note Because of a signature change, the core AES encryption and decryption routines are614 * encryption or channels without any security!1544 * tickets, including authenticated encryption and key management. Example
642 * Fix tag lengths and value ranges in the documentation of CCM encryption.2563 * Handle encryption with private key and decryption with public key as per2635 * Handle encryption with private key and decryption with public key as per2690 encryption and private key for decryption. (Closes ticket #34)3026 * Fixed the "mode" parameter so that encryption/decryption are
3018 1, add arns parameter to CreateDisk/CreateInstance API in order to support disk encryption by perfo…
Completed in 21 milliseconds