Home
last modified time | relevance | path

Searched refs:selection (Results 1 - 9 of 9) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_common.h69 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 Dopenssl_adapter.h375 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 Dhisysevent_tool.h59 void HandleInput(int argc, char** argv, const char* selection);
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c534 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 Dhisysevent_tool.cpp202 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 Drsa_asy_key_generator_openssl.c1004 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 Dopenssl_adapter_mock.c1920 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 Dnetwork_search_manager.h231 void SetNetworkSelectionValue(int32_t slotId, SelectionMode selection);
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp575 void NetworkSearchManager::SetNetworkSelectionValue(int32_t slotId, SelectionMode selection) in SetNetworkSelectionValue() argument
579 inner->selection_ = selection; in SetNetworkSelectionValue()

Completed in 15 milliseconds