Home
last modified time | relevance | path

Searched defs:pub (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_crypto_ed25519.c38 #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 Dhks_mbedtls_x25519.c174 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 Dhks_mbedtls_ecc.c116 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 Djpeg_utils.h39 struct jpeg_error_mgr pub; // public fields member
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_dh.c209 …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 Dhks_openssl_ecc.c253 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 Dresource_items.json35 "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 DResourceConfiguration.java77 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 Dopenssl_dh_helper.c158 …BIGNUM *pub = BN_bin2bn(pubKey->data + sizeof(struct KeyMaterialDh), pubKeyMaterial->pubKeySize, N… in DhAgreeKey() local
H A Dopenssl_ecc_helper.c179 EC_POINT *pub = EC_POINT_new(ecGroup); in EccInitPublicKey() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_log.h52 constexpr std::string_view pub = "{public}"; in AddPublic() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libjpeg.cpp39 struct jpeg_error_mgr pub; member
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c517 CfResult GetPubKeyDataFromX509(X509 *x509, CfBlob **pub) in GetPubKeyDataFromX509()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c225 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 Dopenssl_adapter.c130 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 Dcrypto_ffi.cpp1646 auto pub = FFIData::Create<PubKeyImpl>(pubKey); in FFiOHOSKeyPairPubKey() local