Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/utils/crypto_adapter/
H A 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()
H A Dhks_client_service_adapter.c451 static int32_t X509PublicKeyToRsa(EVP_PKEY *pkey, struct HksBlob *rsaPublicKey) in X509PublicKeyToRsa() argument
482 rsaPublicKey->data = keyBuffer; in X509PublicKeyToRsa()
483 rsaPublicKey->size = totalSize; in X509PublicKeyToRsa()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dhks_rsa_common_mt.cpp315 uint8_t rsaPublicKey[SET_SIZE_4096] = {0}; in DecryptServiceTestCase() local
316 struct HksBlob rsaPublicKeyInfo = { rsaKeyLen, rsaPublicKey }; in DecryptServiceTestCase()
454 uint8_t rsaPublicKey[SET_SIZE_4096] = {0}; in SignServiceTestCase() local
456 struct HksBlob rsaPublicKeyInfo = { rsaPublicKeyLen, rsaPublicKey }; in SignServiceTestCase()