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

/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c2776 const heim_oid *enc_oid,
2815 ret = hx509_crypto_init(context, NULL, enc_oid, &c);
2899 const heim_oid *enc_oid; local
2911 enc_oid = find_string2key(&ai->algorithm, &c, &md, &s2k);
2912 if (enc_oid == NULL) {
2950 &key, &iv, enc_oid, md);
2771 PBE_string2key(hx509_context context, const char *password, const heim_octet_string *parameters, hx509_crypto *crypto, heim_octet_string *key, heim_octet_string *iv, const heim_oid *enc_oid, const EVP_MD *md) argument

Completed in 58 milliseconds