Home
last modified time | relevance | path

Searched refs:storectx (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dfake_rsaprov.c256 unsigned char *storectx = NULL; in fake_rsa_st_open() local
262 storectx = OPENSSL_zalloc(1); in fake_rsa_st_open()
263 if (!TEST_ptr(storectx)) in fake_rsa_st_open()
268 return storectx; in fake_rsa_st_open()
289 unsigned char *storectx = loaderctx; in fake_rsa_st_load() local
295 switch (*storectx) { in fake_rsa_st_load()
313 *storectx = 1; in fake_rsa_st_load()
329 *storectx = 2; in fake_rsa_st_load()
336 unsigned char *storectx = loaderctx; in fake_rsa_st_eof() local
339 return *storectx != 0; in fake_rsa_st_eof()

Completed in 6 milliseconds