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 D | ResourceConfiguration.java | 77 String pub; field in ResourceConfiguration.ConfigItem
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_ecc.c | 116 int32_t HksEccKeyMaterialToPub(const struct HksBlob *key, mbedtls_ecp_point *pub)
in HksEccKeyMaterialToPub() argument
|
H A D | hks_mbedtls_x25519.c | 170 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 D | hks_openssl_dh.c | 213 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 D | hks_openssl_ecc.c | 256 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 D | openssl_dh_helper.c | 158 BIGNUM *pub = BN_bin2bn(pubKey->data + sizeof(struct KeyMaterialDh), pubKeyMaterial->pubKeySize, NULL); in DhAgreeKey() local
|
H A D | openssl_ecc_helper.c | 179 EC_POINT *pub = EC_POINT_new(ecGroup); in EccInitPublicKey() local
|
/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | certificate_openssl_common.c | 517 CfResult GetPubKeyDataFromX509(X509 *x509, CfBlob **pub)
in GetPubKeyDataFromX509() argument [all...] |
/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter.c | 328 BIGNUM *pub = NULL;
in DhToX509PublicKey() local
|
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | crypto_ffi.cpp | 1646 auto pub = FFIData::Create<PubKeyImpl>(pubKey); in FFiOHOSKeyPairPubKey() local
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 225 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