Searched refs:RsaEncryptionKey (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.h | 280 AuthorizationSetBuilder& RsaEncryptionKey(uint32_t key_size, uint64_t public_exponent); 357 AuthorizationSetBuilder::RsaEncryptionKey(uint32_t key_size, uint64_t public_exponent) { in RsaEncryptionKey() function
|
D | keymaster_hidl_hal_test.cpp | 1682 .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/ |
D | keymaster_hidl_hal_test.cpp | 1217 .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/ |
D | authorization_set.h | 275 AuthorizationSetBuilder& RsaEncryptionKey(uint32_t key_size, uint64_t public_exponent);
|
/hardware/interfaces/keymaster/4.0/support/ |
D | authorization_set.cpp | 497 AuthorizationSetBuilder& AuthorizationSetBuilder::RsaEncryptionKey(uint32_t key_size, in RsaEncryptionKey() function in android::hardware::keymaster::V4_0::AuthorizationSetBuilder
|