Home
last modified time | relevance | path

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

/openssl/test/
H A Dfake_rsaprov.c23 static OSSL_FUNC_keymgmt_import_fn fake_rsa_keymgmt_import; variable
83 static int fake_rsa_keymgmt_import(void *keydata, int selection, in fake_rsa_keymgmt_import() function
276 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))fake_rsa_keymgmt_import },
631 if (!TEST_int_gt(fake_rsa_keymgmt_import(key, 0, NULL), 0)) in fake_rsa_st_load()

Completed in 7 milliseconds