/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | openssl_common.h | 69 HcfResult GetKeyEncodedPem(EVP_PKEY *pkey, const char *outPutStruct, int selection, char **returnString); 71 HcfResult ConvertPubPemStrToKey(EVP_PKEY **pkey, const char *keyType, int selection, const char *keyStr);
|
H A D | openssl_adapter.h | 375 int OpensslEvpPkeyFromData(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey, int selection, OSSL_PARAM params[]); 383 OSSL_ENCODER_CTX *OpensslOsslEncoderCtxNewForPkey(const EVP_PKEY *pkey, int selection, 388 const char *inputStructure, const char *keytype, int selection, OSSL_LIB_CTX *libctx, const char *propquery);
|
/base/hiviewdfx/hisysevent/frameworks/native/include/ |
H A D | hisysevent_tool.h | 59 void HandleInput(int argc, char** argv, const char* selection);
|
/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_common.c | 534 HcfResult GetKeyEncodedPem(EVP_PKEY *pkey, const char *outPutStruct, int selection, char **returnString) in GetKeyEncodedPem() argument 536 OSSL_ENCODER_CTX *ctx = OpensslOsslEncoderCtxNewForPkey(pkey, selection, "PEM", outPutStruct, NULL); in GetKeyEncodedPem() 555 HcfResult ConvertPubPemStrToKey(EVP_PKEY **pkey, const char *keyType, int selection, const char *keyStr) in ConvertPubPemStrToKey() argument 557 OSSL_DECODER_CTX *ctx = OpensslOsslDecoderCtxNewForPkey(pkey, "PEM", NULL, keyType, selection, NULL, NULL); in ConvertPubPemStrToKey()
|
/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_tool.cpp | 202 void HiSysEventTool::HandleInput(int argc, char** argv, const char* selection) in HandleInput() argument 205 while ((opt = getopt(argc, argv, selection)) != INVALID_ARG_OPT) { in HandleInput()
|
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | rsa_asy_key_generator_openssl.c | 1004 static HcfResult ConvertPemKeyToKey(const char *keyStr, int selection, RSA **rsa) in ConvertPemKeyToKey() argument 1010 NULL, keytype, selection, NULL, NULL); in ConvertPemKeyToKey() 1036 static HcfResult ConvertPemPubKey(const char *pubKeyStr, int selection, HcfOpensslRsaPubKey **pubKeyRet) in ConvertPemPubKey() argument 1040 ret = ConvertPemKeyToKey(pubKeyStr, selection, &rsaPk); in ConvertPemPubKey() 1077 static HcfResult ConvertPemPriKey(const char *priKeyStr, int selection, HcfOpensslRsaPriKey **priKeyRet) in ConvertPemPriKey() argument 1081 ret = ConvertPemKeyToKey(priKeyStr, selection, &rsaSk); in ConvertPemPriKey()
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 1920 int OpensslEvpPkeyFromData(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey, int selection, OSSL_PARAM params[]) in OpensslEvpPkeyFromData() argument 1925 return EVP_PKEY_fromdata(ctx, ppkey, selection, params); in OpensslEvpPkeyFromData()
|
/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_manager.h | 231 void SetNetworkSelectionValue(int32_t slotId, SelectionMode selection);
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 575 void NetworkSearchManager::SetNetworkSelectionValue(int32_t slotId, SelectionMode selection) in SetNetworkSelectionValue() argument 579 inner->selection_ = selection; in SetNetworkSelectionValue()
|