HomeSort by relevance Sort by last modified time
    Searched refs:pkcs11 (Results 1 - 14 of 14) sorted by null

  /external/autotest/client/site_tests/platform_Pkcs11ChangeAuthData/
platform_Pkcs11ChangeAuthData.py 7 from autotest_lib.client.cros import pkcs11
13 pkcs11.setup_p11_test_token(True, 'auth1')
14 pkcs11.load_p11_test_token('auth1')
17 pkcs11.unload_p11_test_token()
18 pkcs11.change_p11_test_token_auth_data('auth1', 'auth2')
19 pkcs11.load_p11_test_token('auth2')
24 pkcs11.change_p11_test_token_auth_data('auth2', 'auth3')
25 pkcs11.unload_p11_test_token()
26 pkcs11.load_p11_test_token('auth3')
31 pkcs11.unload_p11_test_token(
    [all...]
  /external/autotest/client/site_tests/platform_TPMEvict/
platform_TPMEvict.py 6 from autotest_lib.client.cros import pkcs11
13 pkcs11.setup_p11_test_token(True)
14 pkcs11.load_p11_test_token()
21 pkcs11.cleanup_p11_test_token()
  /external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
platform_Pkcs11InitOnLogin.py 10 from autotest_lib.client.cros import pkcs11
19 if not pkcs11.wait_for_pkcs11_token():
24 if not pkcs11.verify_pkcs11_initialized():
26 if not pkcs11.inject_and_test_key():
30 if not pkcs11.wait_for_pkcs11_token():
33 if not pkcs11.test_and_cleanup_key():
  /external/autotest/client/site_tests/platform_Pkcs11LoadPerf/
platform_Pkcs11LoadPerf.py 8 from autotest_lib.client.cros import pkcs11
16 pkcs11.setup_p11_test_token(True)
17 pkcs11.load_p11_test_token()
20 pkcs11.unload_p11_test_token()
21 pkcs11.load_p11_test_token()
40 pkcs11.cleanup_p11_test_token()
  /external/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/
platform_Pkcs11InitUnderErrors.py 9 from autotest_lib.client.cros import pkcs11
20 pkcs11.load_p11_test_token()
21 if not pkcs11.verify_p11_test_token():
23 pkcs11.unload_p11_test_token()
24 pkcs11.restore_p11_test_token()
28 pkcs11.setup_p11_test_token(True)
29 dbpath = pkcs11.get_p11_test_token_db_path()
45 pkcs11.cleanup_p11_test_token()
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunpkcs11.jar 
  /external/autotest/client/site_tests/platform_Pkcs11Events/
platform_Pkcs11Events.py 8 from autotest_lib.client.cros import pkcs11
16 pkcs11.setup_p11_test_token(True)
17 shutil.rmtree('%s/database' % pkcs11.TMP_CHAPS_DIR, ignore_errors=True)
20 pkcs11.copytree_with_ownership(pkcs11.TMP_CHAPS_DIR, token)
65 pkcs11.cleanup_p11_test_token()
  /external/autotest/client/site_tests/platform_CryptohomeKeyEviction/
platform_CryptohomeKeyEviction.py 6 from autotest_lib.client.cros import cryptohome, pkcs11
33 pkcs11.inject_and_test_key()
  /external/autotest/client/site_tests/platform_CryptohomeMigrateChapsTokenClient/
platform_CryptohomeMigrateChapsTokenClient.py 7 from autotest_lib.client.cros import cryptohome, pkcs11
34 result = pkcs11.generate_user_key()
44 result = pkcs11.test_and_cleanup_key()
  /external/ltp/testscripts/
tpm_tools.sh 98 # Check for the pkcs11 group and that the user is a member of it
99 grep -q ^pkcs11: /etc/group
102 echo "The 'pkcs11' group does not exist. Be sure openCryptoki has been installed properly"
106 groups | grep pkcs11 1>/dev/null 2>&1
109 echo "User '$USER' is not a member of the 'pkcs11' group"
  /external/valgrind/memcheck/tests/solaris/
pkcs11.c 5 #include <security/pkcs11.h>
  /system/tpm/attestation/server/
pkcs11_key_store.h 26 #include <chaps/pkcs11/cryptoki.h>
pkcs11_key_store.cc 29 #include <chaps/pkcs11/cryptoki.h>

Completed in 370 milliseconds