Searched refs:pidx (Results 1 – 3 of 3) sorted by relevance
120 OSSL_PROPERTY_IDX *pidx) in new_property_string() argument128 ps->idx = ++*pidx; in new_property_string()139 OSSL_PROPERTY_IDX *pidx, in ossl_property_string() argument150 if (ps == NULL && pidx != NULL) { in ossl_property_string()157 if (ps == NULL && (ps_new = new_property_string(s, pidx)) != NULL) { in ossl_property_string()
1074 int ssl_cert_lookup_by_nid(int nid, size_t *pidx) in ssl_cert_lookup_by_nid() argument1080 *pidx = i; in ssl_cert_lookup_by_nid()1088 const SSL_CERT_LOOKUP *ssl_cert_lookup_by_pkey(const EVP_PKEY *pk, size_t *pidx) in ssl_cert_lookup_by_pkey() argument1097 if (pidx != NULL) in ssl_cert_lookup_by_pkey()1098 *pidx = i; in ssl_cert_lookup_by_pkey()
2433 __owur int ssl_cert_lookup_by_nid(int nid, size_t *pidx);2435 size_t *pidx);
Completed in 17 milliseconds