Searched refs:enc_oid (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | crypto.c | 2776 const heim_oid *enc_oid, in PBE_string2key() argument 2815 ret = hx509_crypto_init(context, NULL, enc_oid, &c); in PBE_string2key() 2899 const heim_oid *enc_oid; in _hx509_pbe_decrypt() local 2911 enc_oid = find_string2key(&ai->algorithm, &c, &md, &s2k); in _hx509_pbe_decrypt() 2912 if (enc_oid == NULL) { in _hx509_pbe_decrypt() 2950 &key, &iv, enc_oid, md); in _hx509_pbe_decrypt()
|