Lines Matching full:meth
122 ret->meth=method;
125 if (ret->meth->init && !ret->meth->init(ret))
137 const STORE_METHOD *meth = 0;
158 meth = ENGINE_get_STORE(e);
159 if(!meth)
169 ret = STORE_new_method(meth);
185 if (store->meth->clean)
186 store->meth->clean(store);
198 if (store->meth->ctrl)
199 return store->meth->ctrl(store, cmd, i, p, f);
224 return store->meth;
227 const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth)
229 store->meth=meth;
230 return store->meth;
239 if ((s) == NULL || (s)->meth == NULL) \
244 if ((s)->meth->fnname == NULL) \
263 object = s->meth->get_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
303 i = s->meth->store_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
324 if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
341 if (!s->meth->revoke_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
357 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
375 handle = s->meth->list_object_start(s,
394 object = s->meth->list_object_next(s, handle);
415 if (!s->meth->list_object_end(s, handle))
429 if (!s->meth->list_object_endp(s, handle))
447 object = s->meth->generate_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
473 object = s->meth->get_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
520 i = s->meth->store_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY, object,
541 if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
560 i = s->meth->revoke_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
578 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
596 handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
615 object = s->meth->list_object_next(s, handle);
636 if (!s->meth->list_object_end(s, handle))
650 if (!s->meth->list_object_endp(s, handle))
668 object = s->meth->get_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
715 i = s->meth->store_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY, object,
736 if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
755 i = s->meth->revoke_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
773 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
791 handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
810 object = s->meth->list_object_next(s, handle);
831 if (!s->meth->list_object_end(s, handle))
845 if (!s->meth->list_object_endp(s, handle))
863 object = s->meth->generate_object(s, STORE_OBJECT_TYPE_X509_CRL,
889 object = s->meth->get_object(s, STORE_OBJECT_TYPE_X509_CRL,
929 i = s->meth->store_object(s, STORE_OBJECT_TYPE_X509_CRL, object,
950 if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_X509_CRL,
967 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CRL,
985 handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_X509_CRL,
1004 object = s->meth->list_object_next(s, handle);
1025 if (!s->meth->list_object_end(s, handle))
1039 if (!s->meth->list_object_endp(s, handle))
1067 i = s->meth->store_object(s, STORE_OBJECT_TYPE_NUMBER, object,
1088 if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_NUMBER,
1108 object = s->meth->get_object(s, STORE_OBJECT_TYPE_NUMBER, attributes,
1128 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_NUMBER, attributes,
1157 i = s->meth->store_object(s, STORE_OBJECT_TYPE_ARBITRARY, object,
1178 if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_ARBITRARY,
1198 object = s->meth->get_object(s, STORE_OBJECT_TYPE_ARBITRARY,
1218 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_ARBITRARY, attributes,