Home
last modified time | relevance | path

Searched defs:name (Results 2576 - 2600 of 8162) sorted by relevance

1...<<101102103104105106107108109110>>...327

/third_party/openssl/crypto/bio/
H A Dbio_meth.c36 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() argument
/third_party/openssl/crypto/cms/
H A Dcms_dh.c91 char name[OSSL_MAX_NAME_SIZE]; in dh_cms_set_shared_info() local
H A Dcms_pwri.c298 char name[OSSL_MAX_NAME_SIZE]; in ossl_cms_RecipientInfo_pwri_crypt() local
/third_party/openssl/crypto/dsa/
H A Ddsa_meth.c21 DSA_METHOD *DSA_meth_new(const char *name, int flags) in DSA_meth_new() argument
70 int DSA_meth_set1_name(DSA_METHOD *dsam, const char *name) in DSA_meth_set1_name() argument
[all...]
/third_party/openssl/crypto/ec/
H A Deck_prn.c225 static int print_bin(BIO *fp, const char *name, const unsigned char *buf, in print_bin() argument
/third_party/openssl/crypto/ess/
H A Dess_lib.c61 GENERAL_NAME *name = NULL; in ESS_CERT_ID_new_init() local
141 GENERAL_NAME *name = NULL; in ESS_CERT_ID_V2_new_init() local
222 char name[OSSL_MAX_NAME_SIZE]; find() local
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_meth.c20 DH_METHOD *DH_meth_new(const char *name, int flags) in DH_meth_new() argument
69 int DH_meth_set1_name(DH_METHOD *dhm, const char *name) in DH_meth_set1_name() argument
[all...]
/third_party/openssl/crypto/
H A Dprovider_conf.c64 static const char *skip_dot(const char *name) in skip_dot() argument
80 provider_conf_params_internal(OSSL_PROVIDER *prov, OSSL_PROVIDER_INFO *provinfo, const char *name, const char *value, const CONF *cnf, STACK_OF(OPENSSL_CSTRING) *visited) provider_conf_params_internal() argument
161 provider_conf_params(OSSL_PROVIDER *prov, OSSL_PROVIDER_INFO *provinfo, const char *name, const char *value, const CONF *cnf) provider_conf_params() argument
180 prov_already_activated(const char *name, STACK_OF(OSSL_PROVIDER) *activated) prov_already_activated() argument
200 provider_conf_load(OSSL_LIB_CTX *libctx, const char *name, const char *value, const CONF *cnf) provider_conf_load() argument
[all...]
H A Dprovider.c18 OSSL_PROVIDER *OSSL_PROVIDER_try_load(OSSL_LIB_CTX *libctx, const char *name, in OSSL_PROVIDER_try_load() argument
52 OSSL_PROVIDER *OSSL_PROVIDER_load(OSSL_LIB_CTX *libctx, const char *name) in OSSL_PROVIDER_load() argument
115 int OSSL_PROVIDER_add_builtin(OSSL_LIB_CTX *libctx, const char *name, in OSSL_PROVIDER_add_builtin() argument
[all...]
H A Dcpuid.c33 static variant_char *ossl_getenv(const char *name) in ossl_getenv() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_hdr.c76 int ossl_cmp_general_name_is_NULL_DN(GENERAL_NAME *name) in ossl_cmp_general_name_is_NULL_DN() argument
85 GENERAL_NAME *name; in set1_general_name() local
[all...]
/third_party/openssl/crypto/engine/
H A Deng_local.h113 const char *name; member
/third_party/openssl/crypto/evp/
H A Dnames.c38 const char *name; in EVP_add_digest() local
60 static void cipher_from_name(const char *name, void *data) in cipher_from_name() argument
70 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) in EVP_get_cipherbyname() argument
75 evp_get_cipherbyname_ex(OSSL_LIB_CTX *libctx, const char *name) evp_get_cipherbyname_ex() argument
107 digest_from_name(const char *name, void *data) digest_from_name() argument
117 EVP_get_digestbyname(const char *name) EVP_get_digestbyname() argument
122 evp_get_digestbyname_ex(OSSL_LIB_CTX *libctx, const char *name) evp_get_digestbyname_ex() argument
[all...]
/third_party/openssl/crypto/ffc/
H A Dffc_params.c248 const char *name = ossl_ffc_named_group_get_name(group); in ossl_ffc_params_todata() local
/third_party/openssl/crypto/property/
H A Dproperty_string.c184 static const char *ossl_property_str(int name, OSSL_LIB_CTX *ctx, in ossl_property_str() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberDepthTests.cpp122 std::string name; member
180 tcu::TestCaseGroup* createAmberDepthGroup (tcu::TestContext& testCtx, const std::string& name) in createAmberDepthGroup() argument
52 DepthTestCase(tcu::TestContext& testCtx, const char* name, bool useCustomDevice, const std::string& readFilename) DepthTestCase() argument
H A DvktAmberTestCaseUtil.cpp192 createAmberTestCase(tcu::TestContext& testCtx, const char* name, const char* category, const std::string& filename, const std::vector<std::string> requirements, const std::vector<vk::VkImageCreateInfo> imageRequirements, const std::vector<BufferRequirement> bufferRequirements) createAmberTestCase() argument
202 createAmberTestCase(tcu::TestContext& testCtx, const char* name, const char* description, const char* category, const std::string& filename, const std::vector<std::string> requirements, const std::vector<vk::VkImageCreateInfo> imageRequirements, const std::vector<BufferRequirement> bufferRequirements) createAmberTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicClass.cpp61 GeometryExpanderRenderTestInstance(Context& context, const VkPrimitiveTopology primitiveType, const char* name) GeometryExpanderRenderTestInstance() argument
H A DvktGeometryEmitGeometryShaderTests.cpp68 string name; member
80 GeometryEmitTestInstance::GeometryEmitTestInstance (Context& context, const char* name) in GeometryEmitTestInstance() argument
H A DvktGeometryVaryingGeometryShaderTests.cpp64 const string name; member
76 GeometryVaryingTestInstance::GeometryVaryingTestInstance (Context& context, const char* name) in GeometryVaryingTestInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageExtendedUsageBitTests.cpp255 const char* name; in createImageExtendedUsageBitTests() member
285 const char* name; in createImageExtendedUsageBitTests() member
300 std::ostringstream name; in createImageExtendedUsageBitTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceLossTests.cpp329 DeviceLossCase::DeviceLossCase (TestContext& testCtx, const std::string& name) in DeviceLossCase() argument
H A DvktPostmortemShaderTimeoutTests.cpp52 ShaderTimeoutCase(tcu::TestContext& testCtx, const std::string& name, deUint32 iterations) : TestCase(testCtx, name), m_iterations(iterations) {} in ShaderTimeoutCase() argument
230 std::stringstream name; in createShaderTimeoutTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp298 const std::string name = "clear_" + de::toString(ndx + 1); in createAttachmentLoadTests() local
308 const std::string name = "clear_" + de::toString(ndx + 1); in createAttachmentLoadTests() local
77 AttachmentLoadTestCase(tcu::TestContext& testCtx, const std::string& name, vk::VkClearValue clearValue, ValidationData data) AttachmentLoadTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.hpp43 std::string name; //!< Symbol name. member

Completed in 17 milliseconds

1...<<101102103104105106107108109110>>...327