Home
last modified time | relevance | path

Searched refs:rsaPublicKey (Results 1 – 3 of 3) sorted by relevance

/base/security/huks/utils/crypto_adapter/
Dhks_client_service_adapter_lite.c303 static int32_t X509PublicKeyToRsa(mbedtls_rsa_context *rsaCtx, struct HksBlob *rsaPublicKey) in X509PublicKeyToRsa() argument
338 rsaPublicKey->data = keyBuffer; in X509PublicKeyToRsa()
339 rsaPublicKey->size = totalSize; in X509PublicKeyToRsa()
Dhks_client_service_adapter.c578 static int32_t X509PublicKeyToRsa(EVP_PKEY *pkey, struct HksBlob *rsaPublicKey) in X509PublicKeyToRsa() argument
609 rsaPublicKey->data = keyBuffer; in X509PublicKeyToRsa()
610 rsaPublicKey->size = totalSize; in X509PublicKeyToRsa()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dhks_rsa_common_mt.cpp315 uint8_t rsaPublicKey[SET_SIZE_4096] = {0}; in DecryptServiceTestCase() local
316 struct HksBlob rsaPublicKeyInfo = { rsaKeyLen, rsaPublicKey }; in DecryptServiceTestCase()
453 uint8_t rsaPublicKey[SET_SIZE_4096] = {0}; in SignServiceTestCase() local
455 struct HksBlob rsaPublicKeyInfo = { rsaPublicKeyLen, rsaPublicKey }; in SignServiceTestCase()