Searched refs:pidx (Results 1 – 3 of 3) sorted by relevance
125 OSSL_PROPERTY_IDX *pidx) in new_property_string() argument133 ps->idx = ++*pidx; in new_property_string()147 OSSL_PROPERTY_IDX *pidx; in ossl_property_string() local167 pidx = name ? &propdata->prop_name_idx : &propdata->prop_value_idx; in ossl_property_string()169 if (ps == NULL && (ps_new = new_property_string(s, pidx)) != NULL) { in ossl_property_string()190 --*pidx; in ossl_property_string()
1291 int ssl_cert_lookup_by_nid(int nid, size_t *pidx, SSL_CTX *ctx) in ssl_cert_lookup_by_nid() argument1297 *pidx = i; in ssl_cert_lookup_by_nid()1303 *pidx = SSL_PKEY_NUM + i; in ssl_cert_lookup_by_nid()1310 const SSL_CERT_LOOKUP *ssl_cert_lookup_by_pkey(const EVP_PKEY *pk, size_t *pidx, SSL_CTX *ctx) in ssl_cert_lookup_by_pkey() argument1320 if (pidx != NULL) in ssl_cert_lookup_by_pkey()1321 *pidx = i; in ssl_cert_lookup_by_pkey()1331 if (pidx != NULL) in ssl_cert_lookup_by_pkey()1332 *pidx = SSL_PKEY_NUM + i; in ssl_cert_lookup_by_pkey()
2561 __owur int ssl_cert_lookup_by_nid(int nid, size_t *pidx, SSL_CTX *ctx);2563 size_t *pidx,
Completed in 30 milliseconds