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 | 1713 .RsaEncryptionKey(1024, 3) in TEST_F() 2569 .RsaEncryptionKey(1024, 3) in TEST_F() 2592 .RsaEncryptionKey(1024, 3) in TEST_F() 2621 .RsaEncryptionKey(1024, 3) in TEST_F() 2641 .RsaEncryptionKey(1024, 3) in TEST_F() 2687 .RsaEncryptionKey(key_size, 3) in TEST_F() 2735 .RsaEncryptionKey(1024, 3) in TEST_F() 2753 .RsaEncryptionKey(1024, 3) in TEST_F() 2779 .RsaEncryptionKey(1024, 3) in TEST_F() 2802 .RsaEncryptionKey(1024, 3) in TEST_F() [all …]
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 1239 .RsaEncryptionKey(2048, 65537) in TEST_F() 2267 .RsaEncryptionKey(2048, 65537) in TEST_F() 2286 .RsaEncryptionKey(2048, 65537) in TEST_F() 2299 .RsaEncryptionKey(2048, 65537) in TEST_F() 2312 .RsaEncryptionKey(2048, 65537) in TEST_F() 2332 .RsaEncryptionKey(2048, 65537) in TEST_F() 2355 .RsaEncryptionKey(2048, 65537) in TEST_F() 2384 .RsaEncryptionKey(2048, 65537) in TEST_F() 2404 .RsaEncryptionKey(2048, 65537) in TEST_F() 2449 .RsaEncryptionKey(key_size, 65537) in TEST_F() [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
|