Lines Matching refs:storectx
545 unsigned char *storectx = NULL; in fake_rsa_st_open_ex() local
577 storectx = OPENSSL_zalloc(1); in fake_rsa_st_open_ex()
578 if (!TEST_ptr(storectx)) in fake_rsa_st_open_ex()
583 return storectx; in fake_rsa_st_open_ex()
588 unsigned char *storectx = NULL; in fake_rsa_st_open() local
590 storectx = fake_rsa_st_open_ex(provctx, uri, NULL, NULL, NULL); in fake_rsa_st_open()
594 return storectx; in fake_rsa_st_open()
615 unsigned char *storectx = loaderctx; in fake_rsa_st_load() local
621 switch (*storectx) { in fake_rsa_st_load()
624 *storectx = 1; in fake_rsa_st_load()
644 *storectx = 1; in fake_rsa_st_load()
660 *storectx = 2; in fake_rsa_st_load()
675 unsigned char *storectx = loaderctx; in fake_rsa_st_eof() local
678 return *storectx != 0; in fake_rsa_st_eof()