Home
last modified time | relevance | path

Searched defs:pub (Results 1 - 11 of 11) sorted by relevance

/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DResourceConfiguration.java77 String pub; field in ResourceConfiguration.ConfigItem
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ecc.c116 int32_t HksEccKeyMaterialToPub(const struct HksBlob *key, mbedtls_ecp_point *pub) in HksEccKeyMaterialToPub() argument
H A Dhks_mbedtls_x25519.c170 static int32_t X25519SaveKeyMaterial(const mbedtls_ecp_point *pub, in X25519SaveKeyMaterial() argument
221 mbedtls_ecp_point pub; in HksMbedtlsX25519GenerateKey() local
261 static int32_t X25519KeyMaterialToPub(const struct HksBlob *pubKey, mbedtls_ecp_point *pub) in X25519KeyMaterialToPub() argument
[all...]
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_dh.c213 BIGNUM *pub = BN_bin2bn(nativeKey->data + sizeof(struct KeyMaterialDh), pubKeyMaterial->pubKeySize, NULL); in HksOpensslDhCheckPubKey() local
285 BIGNUM *pub = BN_bin2bn(pubKey->data + sizeof(struct KeyMaterialDh), pubKeyMaterial->pubKeySize, NULL); HksOpensslDhAgreeKey() local
[all...]
H A Dhks_openssl_ecc.c256 EC_POINT *pub = EC_POINT_new(ecGroup); in EccInitPublicKey() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_dh_helper.c158 BIGNUM *pub = BN_bin2bn(pubKey->data + sizeof(struct KeyMaterialDh), pubKeyMaterial->pubKeySize, NULL); in DhAgreeKey() local
H A Dopenssl_ecc_helper.c179 EC_POINT *pub = EC_POINT_new(ecGroup); in EccInitPublicKey() local
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c517 CfResult GetPubKeyDataFromX509(X509 *x509, CfBlob **pub) in GetPubKeyDataFromX509() argument
[all...]
/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c328 BIGNUM *pub = NULL; in DhToX509PublicKey() local
/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp1646 auto pub = FFIData::Create<PubKeyImpl>(pubKey); in FFiOHOSKeyPairPubKey() local
/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c225 int OpensslEcKeySetPublicKey(EC_KEY *key, const EC_POINT *pub) in OpensslEcKeySetPublicKey() argument
655 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey() argument
663 EVP_PKEY *OpensslEvpPkeyNewRawPrivateKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPrivateKey() argument
671 int OpensslEvpPkeyGetRawPublicKey(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) in OpensslEvpPkeyGetRawPublicKey() argument

Completed in 15 milliseconds