Home
last modified time | relevance | path

Searched refs:encryption_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dcms.c556 const heim_oid *encryption_type, in hx509_cms_envelope_1() argument
573 if (encryption_type == NULL) in hx509_cms_envelope_1()
574 encryption_type = &asn1_oid_id_aes_256_cbc; in hx509_cms_envelope_1()
582 ret = hx509_crypto_init(context, NULL, encryption_type, &crypto); in hx509_cms_envelope_1()
617 ret = der_copy_oid(encryption_type, &enc_alg->algorithm); in hx509_cms_envelope_1()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c183 enum encryption encryption_type; member
465 zip->encryption_type = ENCRYPTION_NONE; in archive_write_zip_options()
471 zip->encryption_type = ENCRYPTION_TRADITIONAL; in archive_write_zip_options()
480 zip->encryption_type = ENCRYPTION_WINZIP_AES128; in archive_write_zip_options()
489 zip->encryption_type = ENCRYPTION_WINZIP_AES256; in archive_write_zip_options()
857 switch (zip->encryption_type) { in archive_write_zip_header()
862 zip->entry_encryption = zip->encryption_type; in archive_write_zip_header()
/freebsd/crypto/heimdal/
H A DChangeLog.2001745 * lib/krb5/crypto.c (encryption_type): make field names more
H A DChangeLog.20031754 * lib/krb5/crypto.c (struct encryption_type): split the blocksize
H A DChangeLog.1998244 encryption_type)