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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dp5_pbev2.c66 /* PKCS#5 v2.0 password based encryption structures */
70 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
112 /* Setup the AlgorithmIdentifier for the encryption scheme */
113 scheme = pbe2->encryption;
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dp5_crpt2.c75 * This is an implementation of PKCS#5 v2.0 password based encryption key
191 * lets see if we recognise the encryption algorithm.
196 (OBJ_obj2nid(pbe2->encryption->algorithm)));
205 if (EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_cms.in354 --encryption-type="$a-cbc" \
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot74 # Default path to the geli(8) keyfile used in drive encryption
76 : ${ZFSBOOT_GELI_KEY_FILE:=/boot/encryption.key}
218 msg_geli_password="Enter a strong passphrase, used to protect your encryption keys. You will be required to enter this passphrase each time the system is booted"
219 msg_geli_setup="Initializing encryption on selected disks,\n this will take several seconds per disk"
723 # Enable boot pool if encryption is desired
1034 # Generate an encryption key using random(4)
1239 # We're all done unless we should go on to do encryption
1243 # Configure geli(8)-based encryption
1245 f_dprintf "$funcname: Configuring disk encryption..."
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509.h511 /* Password based encryption structure */
518 /* Password based encryption V2 structures */
522 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure1460 --disable-openssl disable support for openssl encryption

Completed in 129 milliseconds