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

Lines Matching refs:OPENSSL_ITEM

238 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[],
239 OPENSSL_ITEM parameters[])
264 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[],
265 OPENSSL_ITEM parameters[])
298 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[],
299 OPENSSL_ITEM add_attributes[],
300 OPENSSL_ITEM modify_attributes[],
301 OPENSSL_ITEM delete_attributes[],
302 OPENSSL_ITEM parameters[])
318 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[],
319 OPENSSL_ITEM parameters[])
333 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[],
334 OPENSSL_ITEM parameters[])
348 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[],
349 OPENSSL_ITEM parameters[])
417 EVP_PKEY *STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[],
418 OPENSSL_ITEM parameters[])
441 EVP_PKEY *STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[],
442 OPENSSL_ITEM parameters[])
466 OPENSSL_ITEM attributes[],
467 OPENSSL_ITEM parameters[])
504 int STORE_modify_private_key(STORE *s, OPENSSL_ITEM search_attributes[],
505 OPENSSL_ITEM add_attributes[],
506 OPENSSL_ITEM modify_attributes[],
507 OPENSSL_ITEM delete_attributes[],
508 OPENSSL_ITEM parameters[])
524 int STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[],
525 OPENSSL_ITEM parameters[])
543 int STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[],
544 OPENSSL_ITEM parameters[])
558 void *STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[],
559 OPENSSL_ITEM parameters[])
625 EVP_PKEY *STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[],
626 OPENSSL_ITEM parameters[])
650 OPENSSL_ITEM attributes[],
651 OPENSSL_ITEM parameters[])
688 int STORE_modify_public_key(STORE *s, OPENSSL_ITEM search_attributes[],
689 OPENSSL_ITEM add_attributes[],
690 OPENSSL_ITEM modify_attributes[],
691 OPENSSL_ITEM delete_attributes[],
692 OPENSSL_ITEM parameters[])
708 int STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[],
709 OPENSSL_ITEM parameters[])
727 int STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[],
728 OPENSSL_ITEM parameters[])
742 void *STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[],
743 OPENSSL_ITEM parameters[])
809 X509_CRL *STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[],
810 OPENSSL_ITEM parameters[])
833 X509_CRL *STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[],
834 OPENSSL_ITEM parameters[])
857 int STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[],
858 OPENSSL_ITEM parameters[])
890 int STORE_modify_crl(STORE *s, OPENSSL_ITEM search_attributes[],
891 OPENSSL_ITEM add_attributes[],
892 OPENSSL_ITEM modify_attributes[],
893 OPENSSL_ITEM delete_attributes[],
894 OPENSSL_ITEM parameters[])
909 int STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[],
910 OPENSSL_ITEM parameters[])
923 void *STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[],
924 OPENSSL_ITEM parameters[])
986 int STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[],
987 OPENSSL_ITEM parameters[])
1015 int STORE_modify_number(STORE *s, OPENSSL_ITEM search_attributes[],
1016 OPENSSL_ITEM add_attributes[],
1017 OPENSSL_ITEM modify_attributes[],
1018 OPENSSL_ITEM delete_attributes[],
1019 OPENSSL_ITEM parameters[])
1035 BIGNUM *STORE_get_number(STORE *s, OPENSSL_ITEM attributes[],
1036 OPENSSL_ITEM parameters[])
1056 int STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[],
1057 OPENSSL_ITEM parameters[])
1070 int STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[],
1071 OPENSSL_ITEM parameters[])
1100 int STORE_modify_arbitrary(STORE *s, OPENSSL_ITEM search_attributes[],
1101 OPENSSL_ITEM add_attributes[],
1102 OPENSSL_ITEM modify_attributes[],
1103 OPENSSL_ITEM delete_attributes[],
1104 OPENSSL_ITEM parameters[])
1120 BUF_MEM *STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[],
1121 OPENSSL_ITEM parameters[])
1142 int STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[],
1143 OPENSSL_ITEM parameters[])
1450 OPENSSL_ITEM *attributes;
1452 void *STORE_parse_attrs_start(OPENSSL_ITEM *attributes)
1560 OPENSSL_ITEM *attributes = context->attributes;