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()
32 static const SIGALG_LOOKUP *find_sig_alg(SSL_CONNECTION *s, X509 *x, EVP_PKEY *pkey);4152 if (find_sig_alg(s, x, pk) != NULL) in tls1_check_chain()4578 static const SIGALG_LOOKUP *find_sig_alg(SSL_CONNECTION *s, X509 *x, in find_sig_alg() function4647 lu = find_sig_alg(s, NULL, NULL); in tls_choose_sigalg()