Searched defs:pubKeyBlob (Results 1 – 4 of 4) sorted by relevance
| /test/xts/acts/security/crypto_framework_napi_BasicTest/src/ |
| D | crypto_framework_verify_test.cpp | 604 Crypto_DataBlob pubKeyBlob = { .data = g_rsa8192pubKey, .len = sizeof(g_rsa8192pubKey) }; variable 608 Crypto_DataBlob pubKeyBlob = { .data = g_rsa4096pubKey, .len = sizeof(g_rsa4096pubKey) }; variable 612 Crypto_DataBlob pubKeyBlob = { .data = g_rsa3072pubKey, .len = sizeof(g_rsa3072pubKey) }; variable 666 Crypto_DataBlob pubKeyBlob = { .data = g_rsa8192pubKey, .len = sizeof(g_rsa8192pubKey) }; variable 670 Crypto_DataBlob pubKeyBlob = { .data = g_rsa4096pubKey, .len = sizeof(g_rsa4096pubKey) }; variable 674 Crypto_DataBlob pubKeyBlob = { .data = g_rsa3072pubKey, .len = sizeof(g_rsa3072pubKey) }; variable 711 Crypto_DataBlob pubKeyBlob = { .data = g_rsa8192pubKey, .len = sizeof(g_rsa8192pubKey) }; variable 836 Crypto_DataBlob pubKeyBlob = { .data = g_rsa8192pubKey, .len = sizeof(g_rsa8192pubKey) }; variable 840 Crypto_DataBlob pubKeyBlob = { .data = g_rsa4096pubKey, .len = sizeof(g_rsa4096pubKey) }; variable 844 Crypto_DataBlob pubKeyBlob = { .data = g_rsa3072pubKey, .len = sizeof(g_rsa3072pubKey) }; variable
|
| D | crypto_framework_asym_cipher_test.cpp | 57 Crypto_DataBlob pubKeyBlob = { .data = g_rsa8192pubKey, .len = sizeof(g_rsa8192pubKey) }; in OHTEST_GenAsymKey() local 61 Crypto_DataBlob pubKeyBlob = { .data = g_rsa4096pubKey, .len = sizeof(g_rsa4096pubKey) }; in OHTEST_GenAsymKey() local 65 Crypto_DataBlob pubKeyBlob = { .data = g_rsa3072pubKey, .len = sizeof(g_rsa3072pubKey) }; in OHTEST_GenAsymKey() local
|
| D | crypto_framework_signature_test.cpp | 789 Crypto_DataBlob pubKeyBlob = { .data = g_rsa8192pubKey, .len = sizeof(g_rsa8192pubKey) }; in OHTEST_GenAsymKey() local 793 Crypto_DataBlob pubKeyBlob = { .data = g_rsa4096pubKey, .len = sizeof(g_rsa4096pubKey) }; in OHTEST_GenAsymKey() local 797 Crypto_DataBlob pubKeyBlob = { .data = g_rsa3072pubKey, .len = sizeof(g_rsa3072pubKey) }; in OHTEST_GenAsymKey() local 2388 Crypto_DataBlob pubKeyBlob = { .data = g_rsa_512_pubKey, .len = sizeof(g_rsa_512_pubKey) }; variable
|
| D | crypto_framework_asym_key_test.cpp | 617 Crypto_DataBlob pubKeyBlob = { .data = g_rsa8192pubKey, .len = sizeof(g_rsa8192pubKey) }; in OHTEST_GenerateKeyPair() local 621 Crypto_DataBlob pubKeyBlob = { .data = g_rsa4096pubKey, .len = sizeof(g_rsa4096pubKey) }; in OHTEST_GenerateKeyPair() local 625 Crypto_DataBlob pubKeyBlob = { .data = g_rsa3072pubKey, .len = sizeof(g_rsa3072pubKey) }; in OHTEST_GenerateKeyPair() local
|