Lines Matching refs:idx
2360 /* Returns true if certificate and private key for 'idx' are present */
2361 static ossl_inline int ssl_has_cert(const SSL *s, int idx)
2363 if (idx < 0 || idx >= SSL_PKEY_NUM)
2365 return s->cert->pkeys[idx].x509 != NULL
2366 && s->cert->pkeys[idx].privatekey != NULL;
2417 __owur int ssl_cert_is_disabled(SSL_CTX *ctx, size_t idx);
2443 __owur const SSL_CERT_LOOKUP *ssl_cert_lookup_by_idx(size_t idx);
2692 int idx);
2726 __owur const EVP_MD *ssl_md(SSL_CTX *ctx, int idx);
2796 size_t *idx);