Searched refs:encryption_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c55 struct encryption_type *et;
112 struct encryption_type { struct
139 static struct encryption_type *_find_enctype(krb5_enctype type);
145 struct encryption_type *et,
613 struct encryption_type *et;
846 struct encryption_type *e;
875 struct encryption_type *e;
989 struct encryption_type *et =_find_enctype(enctype);
1077 struct encryption_type *et = _find_enctype(type);
1092 struct encryption_type *e
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcms.c528 * @param encryption_type Encryption cipher to use for the bulk data,
543 const heim_oid *encryption_type,
560 if (encryption_type == NULL)
561 encryption_type = oid_id_aes_256_cbc();
567 ret = hx509_crypto_init(context, NULL, encryption_type, &crypto);
599 ret = der_copy_oid(encryption_type, &enc_alg->algorithm);
538 hx509_cms_envelope_1(hx509_context context, int flags, hx509_cert cert, const void *data, size_t length, const heim_oid *encryption_type, const heim_oid *contentType, heim_octet_string *content) argument

Completed in 58 milliseconds