Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.h280 AuthorizationSetBuilder& RsaEncryptionKey(uint32_t key_size, uint64_t public_exponent);
357 AuthorizationSetBuilder::RsaEncryptionKey(uint32_t key_size, uint64_t public_exponent) { in RsaEncryptionKey() function
Dkeymaster_hidl_hal_test.cpp1682 .RsaEncryptionKey(1024, 3) in TEST_P()
2538 .RsaEncryptionKey(1024, 3) in TEST_P()
2561 .RsaEncryptionKey(1024, 3) in TEST_P()
2590 .RsaEncryptionKey(1024, 3) in TEST_P()
2610 .RsaEncryptionKey(1024, 3) in TEST_P()
2656 .RsaEncryptionKey(key_size, 3) in TEST_P()
2704 .RsaEncryptionKey(1024, 3) in TEST_P()
2722 .RsaEncryptionKey(1024, 3) in TEST_P()
2748 .RsaEncryptionKey(1024, 3) in TEST_P()
2771 .RsaEncryptionKey(1024, 3) in TEST_P()
[all …]
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp1217 .RsaEncryptionKey(2048, 65537) in TEST_P()
2170 .RsaEncryptionKey(2048, 65537) in TEST_P()
2191 .RsaEncryptionKey(2048, 65537) in TEST_P()
2206 .RsaEncryptionKey(2048, 65537) in TEST_P()
2221 .RsaEncryptionKey(2048, 65537) in TEST_P()
2245 .RsaEncryptionKey(2048, 65537) in TEST_P()
2268 .RsaEncryptionKey(2048, 65537) in TEST_P()
2297 .RsaEncryptionKey(2048, 65537) in TEST_P()
2317 .RsaEncryptionKey(2048, 65537) in TEST_P()
2362 .RsaEncryptionKey(key_size, 65537) in TEST_P()
[all …]
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dauthorization_set.h275 AuthorizationSetBuilder& RsaEncryptionKey(uint32_t key_size, uint64_t public_exponent);
/hardware/interfaces/keymaster/4.0/support/
Dauthorization_set.cpp497 AuthorizationSetBuilder& AuthorizationSetBuilder::RsaEncryptionKey(uint32_t key_size, in RsaEncryptionKey() function in android::hardware::keymaster::V4_0::AuthorizationSetBuilder