Lines Matching defs:info
58 size_t maxsize, const char *desc, const char *info,
73 if ((prompt = UI_construct_prompt(ui, desc, info)) == NULL) {
108 const char *desc, const char *info,
116 pass_data->prompt_info = info;
173 static struct embedded_st *get0_EMBEDDED(OSSL_STORE_INFO *info)
175 return OSSL_STORE_INFO_get0_data(STORE_INFO_EMBEDDED, info);
178 static void store_info_free(OSSL_STORE_INFO *info)
182 if (info != NULL && (data = get0_EMBEDDED(info)) != NULL) {
187 OSSL_STORE_INFO_free(info);
193 OSSL_STORE_INFO *info = NULL;
197 || (info = OSSL_STORE_INFO_new(STORE_INFO_EMBEDDED, data)) == NULL) {
209 store_info_free(info);
210 info = NULL;
213 return info;