Home
last modified time | relevance | path

Searched refs:pidx (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/property/
H A Dproperty_string.c125 OSSL_PROPERTY_IDX *pidx) in new_property_string() argument
133 ps->idx = ++*pidx; in new_property_string()
147 OSSL_PROPERTY_IDX *pidx; in ossl_property_string() local
167 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()
/openssl/ssl/
H A Dssl_cert.c1291 int ssl_cert_lookup_by_nid(int nid, size_t *pidx, SSL_CTX *ctx) in ssl_cert_lookup_by_nid() argument
1297 *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() argument
1320 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()
H A Dssl_local.h2545 __owur int ssl_cert_lookup_by_nid(int nid, size_t *pidx, SSL_CTX *ctx);
2547 size_t *pidx,

Completed in 25 milliseconds