Searched defs:ppStore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dstore-inmem.cpp326 * @param ppStore Where to return the store instance.
328 static int rtCrStoreInMemCreateInternal(PRTCRSTOREINMEM *ppStore) argument
336 *ppStore = pStore;
339 *ppStore = NULL; /* shut up gcc-maybe-pita warning. */

Completed in 986 milliseconds