Searched refs:find_sig_alg (Results 1 – 2 of 2) sorted by relevance
121 find_sig_alg(const heim_oid *oid);498 sig = find_sig_alg(&sig_alg->algorithm); in ecdsa_available()1501 find_sig_alg(const heim_oid *oid) in find_sig_alg() function1576 md = find_sig_alg(&alg->algorithm); in _hx509_signature_best_before()1596 md = find_sig_alg(&alg->algorithm); in _hx509_self_signed_valid()1624 md = find_sig_alg(&alg->algorithm); in _hx509_verify_signature()1659 md = find_sig_alg(&alg->algorithm); in _hx509_create_signature()3110 md = find_sig_alg(key->signature_alg); in find_keytype()
30 static const SIGALG_LOOKUP *find_sig_alg(SSL *s, X509 *x, EVP_PKEY *pkey);2779 if (find_sig_alg(s, x, pk) != NULL) in tls1_check_chain()3183 static const SIGALG_LOOKUP *find_sig_alg(SSL *s, X509 *x, EVP_PKEY *pkey) in find_sig_alg() function3249 lu = find_sig_alg(s, NULL, NULL); in tls_choose_sigalg()