Lines Matching refs:store
12 use crate::x509::store::X509StoreRef;
217 /// certificate. `store` is a trusted certificate store (used for chain
224 store: &X509StoreRef,
241 store.as_ptr(),
291 use crate::x509::store::X509StoreBuilder;
337 let store = store_builder.build();
353 &store,
381 let store = store_builder.build();
395 .verify(&certs, &store, None, Some(&mut output), flags)