Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dfake_rsaprov.c373 unsigned char *storectx = NULL; in fake_rsa_st_open() local
379 storectx = OPENSSL_zalloc(1); in fake_rsa_st_open()
380 if (!TEST_ptr(storectx)) in fake_rsa_st_open()
385 return storectx; in fake_rsa_st_open()
406 unsigned char *storectx = loaderctx; in fake_rsa_st_load() local
412 switch (*storectx) { in fake_rsa_st_load()
430 *storectx = 1; in fake_rsa_st_load()
446 *storectx = 2; in fake_rsa_st_load()
453 unsigned char *storectx = loaderctx; in fake_rsa_st_eof() local
456 return *storectx != 0; in fake_rsa_st_eof()