HomeSort by: relevance | last modified time | path
    Searched defs:fake_newctx (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
fake_cipherprov.c 115 static OSSL_FUNC_cipher_newctx_fn fake_newctx; variable
117 static void *fake_newctx(void *provctx) function
253 (void (*)(void))fake_newctx },
255 { OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void))fake_newctx },
fake_cipherprov.c 115 static OSSL_FUNC_cipher_newctx_fn fake_newctx; variable
117 static void *fake_newctx(void *provctx) function
253 (void (*)(void))fake_newctx },
255 { OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void))fake_newctx },

Completed in 30 milliseconds