Home
last modified time | relevance | path

Searched defs:pri (Results 1 – 5 of 5) sorted by relevance

/base/update/updater/services/applypatch/
Dpartition_record.cpp57 PartitionRecordInfo *pri = reinterpret_cast<PartitionRecordInfo*>(p); in IsPartitionUpdated() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_x25519.c171 const mbedtls_mpi *pri, struct HksBlob *key) in X25519SaveKeyMaterial()
222 mbedtls_mpi pri; in HksMbedtlsX25519GenerateKey() local
296 static int32_t X25519KeyMaterialToPri(const struct HksBlob *nativeKey, mbedtls_mpi *pri) in X25519KeyMaterialToPri()
Dhks_mbedtls_ecc.c144 int32_t HksEccKeyMaterialToPri(const struct HksBlob *key, mbedtls_mpi *pri) in HksEccKeyMaterialToPri()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_ecc.c324 …BIGNUM *pri = BN_bin2bn(keyPair + sizeof(struct KeyMaterialEcc) + publicXSize + publicYSize, priva… in EccInitKey() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dopenssl_ecc_helper.c244 …BIGNUM *pri = BN_bin2bn(keyPair + sizeof(struct KeyMaterialEcc) + publicXSize + publicYSize, priva… in EccInitKey() local