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

  /src/crypto/external/bsd/openssl/dist/test/
fake_rsaprov.c 23 static OSSL_FUNC_keymgmt_import_fn fake_rsa_keymgmt_import; variable
77 static int fake_rsa_keymgmt_import(void *keydata, int selection, function
270 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))fake_rsa_keymgmt_import },
417 if (!TEST_int_gt(fake_rsa_keymgmt_import(key, 0, NULL), 0))
  /src/crypto/external/apache2/openssl/dist/test/
fake_rsaprov.c 26 static OSSL_FUNC_keymgmt_import_fn fake_rsa_keymgmt_import; variable
97 static int fake_rsa_keymgmt_import(void *keydata, int selection, function
283 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))fake_rsa_keymgmt_import },
639 if (!TEST_int_gt(fake_rsa_keymgmt_import(key, 0, NULL), 0))

Completed in 21 milliseconds