Searched refs:storectx (Results 1 – 1 of 1) sorted by relevance
552 unsigned char *storectx = NULL; in fake_rsa_st_open_ex() local585 storectx = OPENSSL_zalloc(1); in fake_rsa_st_open_ex()586 if (!TEST_ptr(storectx)) in fake_rsa_st_open_ex()591 return storectx; in fake_rsa_st_open_ex()596 unsigned char *storectx = NULL; in fake_rsa_st_open() local598 storectx = fake_rsa_st_open_ex(provctx, uri, NULL, NULL, NULL); in fake_rsa_st_open()602 return storectx; in fake_rsa_st_open()623 unsigned char *storectx = loaderctx; in fake_rsa_st_load() local629 switch (*storectx) { in fake_rsa_st_load()632 *storectx = 1; in fake_rsa_st_load()[all …]