HomeSort by: relevance | last modified time | path
    Searched defs:OSSL_PROPERTY_IDX (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_local.h 14 typedef int OSSL_PROPERTY_IDX;
23 OSSL_PROPERTY_IDX name_idx;
29 OSSL_PROPERTY_IDX str_val; /* String */
43 OSSL_PROPERTY_IDX ossl_property_name(OSSL_LIB_CTX *ctx, const char *s,
45 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
46 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s,
48 const char *ossl_property_value_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_local.h 14 typedef int OSSL_PROPERTY_IDX;
21 OSSL_PROPERTY_IDX name_idx;
27 OSSL_PROPERTY_IDX str_val; /* String */
41 OSSL_PROPERTY_IDX ossl_property_name(OSSL_LIB_CTX *ctx, const char *s,
43 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
44 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s,
46 const char *ossl_property_value_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);

Completed in 24 milliseconds