Home | History | Annotate | Download | only in x509

Lines Matching refs:idx

1830 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data)
1832 return CRYPTO_set_ex_data(&ctx->ex_data,idx,data);
1835 void *X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx, int idx)
1837 return CRYPTO_get_ex_data(&ctx->ex_data,idx);
1932 int idx;
1939 idx = X509_PURPOSE_get_by_id(purpose);
1940 if (idx == -1)
1946 ptmp = X509_PURPOSE_get0(idx);
1949 idx = X509_PURPOSE_get_by_id(def_purpose);
1950 if (idx == -1)
1956 ptmp = X509_PURPOSE_get0(idx);
1963 idx = X509_TRUST_get_by_id(trust);
1964 if (idx == -1)