Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dfake_rsaprov.c552 unsigned char *storectx = NULL; in fake_rsa_st_open_ex() local
585 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() local
598 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() local
629 switch (*storectx) { in fake_rsa_st_load()
632 *storectx = 1; in fake_rsa_st_load()
[all …]