Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/fips/
H A Dfipsprov.c109 FIPS_GLOBAL *fgbl = OPENSSL_zalloc(sizeof(*fgbl)); in ossl_fips_prov_ossl_ctx_new() local
111 if (fgbl == NULL) in ossl_fips_prov_ossl_ctx_new()
115 init_fips_option(&fgbl->fips_##structname, initvalue); in ossl_fips_prov_ossl_ctx_new()
119 return fgbl; in ossl_fips_prov_ossl_ctx_new()
122 void ossl_fips_prov_ossl_ctx_free(void *fgbl) in ossl_fips_prov_ossl_ctx_free() argument
124 OPENSSL_free(fgbl); in ossl_fips_prov_ossl_ctx_free()
146 static int fips_get_params_from_core(FIPS_GLOBAL *fgbl) in fips_get_params_from_core() argument
152 paramname, (char **)&fgbl->selftest_params.structname, \ in fips_get_params_from_core()
153 sizeof(fgbl->selftest_params.structname)); in fips_get_params_from_core()
163 (char **)&fgbl->fips_##structname.option, \ in fips_get_params_from_core()
[all …]