Home
last modified time | relevance | path

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

/openssl-master/crypto/property/
A Dproperty_string.c120 OSSL_PROPERTY_IDX *pidx) in new_property_string() argument
128 ps->idx = ++*pidx; in new_property_string()
139 OSSL_PROPERTY_IDX *pidx, in ossl_property_string() argument
150 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()
/openssl-master/ssl/
A Dssl_cert.c1074 int ssl_cert_lookup_by_nid(int nid, size_t *pidx) in ssl_cert_lookup_by_nid() argument
1080 *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() argument
1097 if (pidx != NULL) in ssl_cert_lookup_by_pkey()
1098 *pidx = i; in ssl_cert_lookup_by_pkey()
A Dssl_local.h2433 __owur int ssl_cert_lookup_by_nid(int nid, size_t *pidx);
2435 size_t *pidx);

Completed in 17 milliseconds