/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_crypto_ed25519.c | 38 #define ED25519_PUBLIC_FROM_PRIVATE(pub, priv) ED25519_public_from_private((pub), (priv)) argument 39 #define ED25519_SIGN(sig, msgData, msgSize, pub, priv) ED25519_sign((sig), (msgData), (msgSize), (p… argument 40 #define ED25519_VERIFY(msgData, msgSize, sig, pub) ED25519_verify((msgData), (msgSize), (sig), (pub… argument 43 #define ED25519_PUBLIC_FROM_PRIVATE(pub, priv) ossl_ed25519_public_from_private(NULL, (pub), (priv)… argument 44 #define ED25519_SIGN(sig, msgData, msgSize, pub, priv) \ argument 46 #define ED25519_VERIFY(msgData, msgSize, sig, pub) ossl_ed25519_verify((msgData), (msgSize), (sig),… argument
|
H A D | hks_mbedtls_x25519.c | 174 static int32_t X25519SaveKeyMaterial(const mbedtls_ecp_point *pub, in X25519SaveKeyMaterial() 225 mbedtls_ecp_point pub; in HksMbedtlsX25519GenerateKey() local 265 static int32_t X25519KeyMaterialToPub(const struct HksBlob *pubKey, mbedtls_ecp_point *pub) in X25519KeyMaterialToPub()
|
H A D | hks_mbedtls_ecc.c | 116 int32_t HksEccKeyMaterialToPub(const struct HksBlob *key, mbedtls_ecp_point *pub) in HksEccKeyMaterialToPub()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | jpeg_utils.h | 39 struct jpeg_error_mgr pub; // public fields member
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_dh.c | 209 …BIGNUM *pub = BN_bin2bn(nativeKey->data + sizeof(struct KeyMaterialDh), pubKeyMaterial->pubKeySize… in HksOpensslDhCheckPubKey() local 281 …BIGNUM *pub = BN_bin2bn(pubKey->data + sizeof(struct KeyMaterialDh), pubKeyMaterial->pubKeySize, N… in HksOpensslDhAgreeKey() local
|
H A D | hks_openssl_ecc.c | 253 EC_POINT *pub = EC_POINT_new(ecGroup); in EccInitPublicKey() local
|
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/ |
H A D | resource_items.json | 35 "pub": "true" string 110 "pub": "true" string 173 "pub": "true" string 200 "pub": "true" string 233 "pub": "false" string
|
/ohos5.0/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
|
/ohos5.0/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, N… in DhAgreeKey() local
|
H A D | openssl_ecc_helper.c | 179 EC_POINT *pub = EC_POINT_new(ecGroup); in EccInitPublicKey() local
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_log.h | 52 constexpr std::string_view pub = "{public}"; in AddPublic() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_libjpeg.cpp | 39 struct jpeg_error_mgr pub; member
|
/ohos5.0/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()
|
/ohos5.0/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() 655 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey() 663 EVP_PKEY *OpensslEvpPkeyNewRawPrivateKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPrivateKey() 671 int OpensslEvpPkeyGetRawPublicKey(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) in OpensslEvpPkeyGetRawPublicKey()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 130 int OpensslEcKeySetPublicKey(EC_KEY *key, const EC_POINT *pub) in OpensslEcKeySetPublicKey() 393 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey() 398 EVP_PKEY *OpensslEvpPkeyNewRawPrivateKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPrivateKey() 403 int OpensslEvpPkeyGetRawPublicKey(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) in OpensslEvpPkeyGetRawPublicKey()
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/ |
H A D | crypto_ffi.cpp | 1646 auto pub = FFIData::Create<PubKeyImpl>(pubKey); in FFiOHOSKeyPairPubKey() local
|