• Home
  • Raw
  • Download

Lines Matching refs:STORE

105 STORE *STORE_new_method(const STORE_METHOD *method)  in STORE_new_method()
107 STORE *ret; in STORE_new_method()
115 ret=(STORE *)OPENSSL_malloc(sizeof(STORE)); in STORE_new_method()
133 STORE *STORE_new_engine(ENGINE *engine) in STORE_new_engine()
135 STORE *ret = NULL; in STORE_new_engine()
181 void STORE_free(STORE *store) in STORE_free()
191 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void)) in STORE_ctrl()
212 int STORE_set_ex_data(STORE *r, int idx, void *arg) in STORE_set_ex_data()
217 void *STORE_get_ex_data(STORE *r, int idx) in STORE_get_ex_data()
222 const STORE_METHOD *STORE_get_method(STORE *store) in STORE_get_method()
227 const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth) in STORE_set_method()
254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_certificate()
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], in STORE_store_certificate()
317 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_certificate()
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_revoke_certificate()
351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_certificate()
367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], in STORE_list_certificate_start()
386 X509 *STORE_list_certificate_next(STORE *s, void *handle) in STORE_list_certificate_next()
410 int STORE_list_certificate_end(STORE *s, void *handle) in STORE_list_certificate_end()
424 int STORE_list_certificate_endp(STORE *s, void *handle) in STORE_list_certificate_endp()
438 EVP_PKEY *STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_generate_key()
464 EVP_PKEY *STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_private_key()
490 int STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], in STORE_store_private_key()
534 int STORE_modify_private_key(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_private_key()
552 int STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_revoke_private_key()
572 int STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_private_key()
588 void *STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], in STORE_list_private_key_start()
607 EVP_PKEY *STORE_list_private_key_next(STORE *s, void *handle) in STORE_list_private_key_next()
631 int STORE_list_private_key_end(STORE *s, void *handle) in STORE_list_private_key_end()
645 int STORE_list_private_key_endp(STORE *s, void *handle) in STORE_list_private_key_endp()
659 EVP_PKEY *STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_public_key()
685 int STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], in STORE_store_public_key()
729 int STORE_modify_public_key(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_public_key()
747 int STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_revoke_public_key()
767 int STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_public_key()
783 void *STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], in STORE_list_public_key_start()
802 EVP_PKEY *STORE_list_public_key_next(STORE *s, void *handle) in STORE_list_public_key_next()
826 int STORE_list_public_key_end(STORE *s, void *handle) in STORE_list_public_key_end()
840 int STORE_list_public_key_endp(STORE *s, void *handle) in STORE_list_public_key_endp()
854 X509_CRL *STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], in STORE_generate_crl()
880 X509_CRL *STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_crl()
906 int STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], in STORE_store_crl()
943 int STORE_modify_crl(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_crl()
961 int STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_crl()
977 void *STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], in STORE_list_crl_start()
996 X509_CRL *STORE_list_crl_next(STORE *s, void *handle) in STORE_list_crl_next()
1020 int STORE_list_crl_end(STORE *s, void *handle) in STORE_list_crl_end()
1034 int STORE_list_crl_endp(STORE *s, void *handle) in STORE_list_crl_endp()
1048 int STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], in STORE_store_number()
1081 int STORE_modify_number(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_number()
1099 BIGNUM *STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_number()
1122 int STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_number()
1138 int STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], in STORE_store_arbitrary()
1171 int STORE_modify_arbitrary(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_arbitrary()
1189 BUF_MEM *STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_arbitrary()
1212 int STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_arbitrary()