Searched refs:OSSL_PROV_PARAM_STATUS (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/openssl/providers/ |
| H A D | nullprov.c | 26 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_STATUS, OSSL_PARAM_INTEGER, NULL, 0), 48 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in null_get_params()
|
| H A D | baseprov.c | 41 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_STATUS, OSSL_PARAM_INTEGER, NULL, 0), 64 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in base_get_params()
|
| H A D | legacyprov.c | 59 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_STATUS, OSSL_PARAM_INTEGER, NULL, 0), 81 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in legacy_get_params()
|
| H A D | defltprov.c | 46 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_STATUS, OSSL_PARAM_INTEGER, NULL, 0), 68 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in deflt_get_params()
|
| /src/crypto/openssl/test/ |
| H A D | provider_status_test.c | 118 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_STATUS)) in get_provider_params() 125 params[2] = OSSL_PARAM_construct_int(OSSL_PROV_PARAM_STATUS, &status); in get_provider_params() 160 params[0] = OSSL_PARAM_construct_uint(OSSL_PROV_PARAM_STATUS, &status); in test_provider_status()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | core_names.h | 518 # define OSSL_PROV_PARAM_STATUS "status" macro
|
| /src/crypto/openssl/providers/fips/ |
| H A D | fipsprov.c | 185 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_STATUS, OSSL_PARAM_INTEGER, NULL, 0), in fips_gettable_params() 212 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in fips_get_params()
|
| /src/crypto/openssl/apps/ |
| H A D | list.c | 1405 params[2] = OSSL_PARAM_construct_int(OSSL_PROV_PARAM_STATUS, &status); in list_provider_info()
|
| /src/crypto/openssl/doc/man7/ |
| H A D | provider-base.pod | 496 =item "status" (B<OSSL_PROV_PARAM_STATUS>) <unsigned integer>
|