• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/

Lines Matching refs:OPENSSL_ITEM

256 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
257 OPENSSL_ITEM parameters[]);
258 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
259 OPENSSL_ITEM parameters[]);
260 int STORE_modify_certificate(STORE *e, OPENSSL_ITEM search_attributes[],
261 OPENSSL_ITEM add_attributes[],
262 OPENSSL_ITEM modify_attributes[],
263 OPENSSL_ITEM delete_attributes[],
264 OPENSSL_ITEM parameters[]);
265 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
266 OPENSSL_ITEM parameters[]);
267 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
268 OPENSSL_ITEM parameters[]);
269 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
270 OPENSSL_ITEM parameters[]);
274 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
275 OPENSSL_ITEM parameters[]);
276 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
277 OPENSSL_ITEM parameters[]);
279 OPENSSL_ITEM attributes[],
280 OPENSSL_ITEM parameters[]);
281 int STORE_modify_private_key(STORE *e, OPENSSL_ITEM search_attributes[],
282 OPENSSL_ITEM add_sttributes[],
283 OPENSSL_ITEM modify_attributes[],
284 OPENSSL_ITEM delete_attributes[],
285 OPENSSL_ITEM parameters[]);
286 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
287 OPENSSL_ITEM parameters[]);
288 int STORE_delete_private_key(STORE *e, OPENSSL_ITEM attributes[],
289 OPENSSL_ITEM parameters[]);
290 void *STORE_list_private_key_start(STORE *e, OPENSSL_ITEM attributes[],
291 OPENSSL_ITEM parameters[]);
295 EVP_PKEY *STORE_get_public_key(STORE *e, OPENSSL_ITEM attributes[],
296 OPENSSL_ITEM parameters[]);
298 OPENSSL_ITEM attributes[],
299 OPENSSL_ITEM parameters[]);
300 int STORE_modify_public_key(STORE *e, OPENSSL_ITEM search_attributes[],
301 OPENSSL_ITEM add_sttributes[],
302 OPENSSL_ITEM modify_attributes[],
303 OPENSSL_ITEM delete_attributes[],
304 OPENSSL_ITEM parameters[]);
305 int STORE_revoke_public_key(STORE *e, OPENSSL_ITEM attributes[],
306 OPENSSL_ITEM parameters[]);
307 int STORE_delete_public_key(STORE *e, OPENSSL_ITEM attributes[],
308 OPENSSL_ITEM parameters[]);
309 void *STORE_list_public_key_start(STORE *e, OPENSSL_ITEM attributes[],
310 OPENSSL_ITEM parameters[]);
314 X509_CRL *STORE_generate_crl(STORE *e, OPENSSL_ITEM attributes[],
315 OPENSSL_ITEM parameters[]);
316 X509_CRL *STORE_get_crl(STORE *e, OPENSSL_ITEM attributes[],
317 OPENSSL_ITEM parameters[]);
318 int STORE_store_crl(STORE *e, X509_CRL *data, OPENSSL_ITEM attributes[],
319 OPENSSL_ITEM parameters[]);
320 int STORE_modify_crl(STORE *e, OPENSSL_ITEM search_attributes[],
321 OPENSSL_ITEM add_sttributes[],
322 OPENSSL_ITEM modify_attributes[],
323 OPENSSL_ITEM delete_attributes[],
324 OPENSSL_ITEM parameters[]);
325 int STORE_delete_crl(STORE *e, OPENSSL_ITEM attributes[],
326 OPENSSL_ITEM parameters[]);
327 void *STORE_list_crl_start(STORE *e, OPENSSL_ITEM attributes[],
328 OPENSSL_ITEM parameters[]);
332 int STORE_store_number(STORE *e, BIGNUM *data, OPENSSL_ITEM attributes[],
333 OPENSSL_ITEM parameters[]);
334 int STORE_modify_number(STORE *e, OPENSSL_ITEM search_attributes[],
335 OPENSSL_ITEM add_sttributes[],
336 OPENSSL_ITEM modify_attributes[],
337 OPENSSL_ITEM delete_attributes[],
338 OPENSSL_ITEM parameters[]);
339 BIGNUM *STORE_get_number(STORE *e, OPENSSL_ITEM attributes[],
340 OPENSSL_ITEM parameters[]);
341 int STORE_delete_number(STORE *e, OPENSSL_ITEM attributes[],
342 OPENSSL_ITEM parameters[]);
343 int STORE_store_arbitrary(STORE *e, BUF_MEM *data, OPENSSL_ITEM attributes[],
344 OPENSSL_ITEM parameters[]);
345 int STORE_modify_arbitrary(STORE *e, OPENSSL_ITEM search_attributes[],
346 OPENSSL_ITEM add_sttributes[],
347 OPENSSL_ITEM modify_attributes[],
348 OPENSSL_ITEM delete_attributes[],
349 OPENSSL_ITEM parameters[]);
350 BUF_MEM *STORE_get_arbitrary(STORE *e, OPENSSL_ITEM attributes[],
351 OPENSSL_ITEM parameters[]);
352 int STORE_delete_arbitrary(STORE *e, OPENSSL_ITEM attributes[],
353 OPENSSL_ITEM parameters[]);
365 OPENSSL_ITEM
367 OPENSSL_ITEM
371 OPENSSL_ITEM attributes[],
372 OPENSSL_ITEM parameters[]);
374 OPENSSL_ITEM attributes[],
375 OPENSSL_ITEM parameters[]);
379 OPENSSL_ITEM attributes[],
380 OPENSSL_ITEM parameters[]);
383 OPENSSL_ITEM attributes[],
384 OPENSSL_ITEM parameters[]);
386 OPENSSL_ITEM search_attributes[],
387 OPENSSL_ITEM add_attributes[],
388 OPENSSL_ITEM modify_attributes[],
389 OPENSSL_ITEM delete_attributes[],
390 OPENSSL_ITEM parameters[]);
391 typedef int (*STORE_GENERIC_FUNC_PTR) (STORE *, OPENSSL_ITEM attributes[],
392 OPENSSL_ITEM parameters[]);
471 void *STORE_parse_attrs_start(OPENSSL_ITEM *attributes);