Searched refs:storectx (Results 1 – 1 of 1) sorted by relevance
545 unsigned char *storectx = NULL; in fake_rsa_st_open_ex() local577 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() local594 return storectx; in fake_rsa_st_open()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()[all …]
Completed in 7 milliseconds