Home
last modified time | relevance | path

Searched defs:params (Results 401 - 425 of 2398) sorted by relevance

1...<<11121314151617181920>>...96

/third_party/openssl/crypto/dsa/
H A Ddsa_local.h21 FFC_PARAMS params; member
/third_party/openssl/crypto/ec/
H A Decx_backend.c55 int ossl_ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[], in ossl_ecx_key_fromdata() argument
/third_party/openssl/crypto/pkcs12/
H A Dp12_key.c87 OSSL_PARAM params[6], *p = params; in PKCS12_key_gen_uni_ex() local
/third_party/openssl/crypto/dh/
H A Ddh_local.h23 FFC_PARAMS params; member
/third_party/openssl/crypto/evp/
H A Dkdf_lib.c124 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; in EVP_KDF_CTX_get_kdf_size() local
155 int EVP_KDF_get_params(EVP_KDF *kdf, OSSL_PARAM params[]) in EVP_KDF_get_params() argument
162 int EVP_KDF_CTX_get_params(EVP_KDF_CTX *ctx, OSSL_PARAM params[]) in EVP_KDF_CTX_get_params() argument
140 EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) EVP_KDF_derive() argument
169 EVP_KDF_CTX_set_params(EVP_KDF_CTX *ctx, const OSSL_PARAM params[]) EVP_KDF_CTX_set_params() argument
[all...]
H A Ddsa_ctrl.c33 OSSL_PARAM params[2], *p = params; in EVP_PKEY_CTX_set_dsa_paramgen_type() local
48 OSSL_PARAM params[2], *p = params; in EVP_PKEY_CTX_set_dsa_paramgen_gindex() local
64 OSSL_PARAM params[2], *p = params; in EVP_PKEY_CTX_set_dsa_paramgen_seed() local
79 OSSL_PARAM params[ in EVP_PKEY_CTX_set_dsa_paramgen_bits() local
94 OSSL_PARAM params[2], *p = params; EVP_PKEY_CTX_set_dsa_paramgen_q_bits() local
111 OSSL_PARAM params[3], *p = params; EVP_PKEY_CTX_set_dsa_paramgen_md_props() local
[all...]
H A Dp5_crpt.c41 OSSL_PARAM params[5], *p = params; in PKCS5_PBE_keyivgen_ex() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp75 angle::Result Query9::getResultBase(Context9 *context9, T *params) in getResultBase() argument
92 angle::Result Query9::getResult(const gl::Context *context, GLint *params) in getResult() argument
97 angle::Result Query9::getResult(const gl::Context *context, GLuint *params) in getResult() argument
102 angle::Result Query9::getResult(const gl::Context *context, GLint64 *params) in getResult() argument
107 angle::Result Query9::getResult(const gl::Context *context, GLuint64 *params) in getResult() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DQuery.cpp56 angle::Result Query::getResult(const Context *context, GLint *params) in getResult() argument
61 angle::Result Query::getResult(const Context *context, GLuint *params) in getResult() argument
66 angle::Result Query::getResult(const Context *context, GLint64 *params) in getResult() argument
71 angle::Result Query::getResult(const Context *context, GLuint64 *params) in getResult() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplerParameterIError.cpp254 VerifyGLSamplerParameterIiv(glw::GLuint sampler_id, glw::GLenum pname, glw::GLint* params, glw::GLenum expected_error) VerifyGLSamplerParameterIiv() argument
287 VerifyGLSamplerParameterIuiv(glw::GLuint sampler_id, glw::GLenum pname, glw::GLuint* params, glw::GLenum expected_error) VerifyGLSamplerParameterIuiv() argument
[all...]
H A DesextcTextureBorderClampTexParameterIErrors.cpp350 void TextureBorderClampTexParameterIErrorsTest::VerifyGLTexParameterIivForAll(glw::GLenum pname, glw::GLint params, in VerifyGLTexParameterIivForAll() argument
262 VerifyGLTexParameterIiv(glw::GLenum target, glw::GLenum pname, glw::GLint params, glw::GLenum expected_error) VerifyGLTexParameterIiv() argument
292 VerifyGLTexParameterIivMultipleAcceptedErrors( glw::GLenum target, glw::GLenum pname, glw::GLint params, glw::GLenum expected_error1, glw::GLenum expected_error2) VerifyGLTexParameterIivMultipleAcceptedErrors() argument
322 VerifyGLTexParameterIuiv(glw::GLenum target, glw::GLenum pname, glw::GLuint params, glw::GLenum expected_error) VerifyGLTexParameterIuiv() argument
371 VerifyGLTexParameterIivTextureBaseLevelForAll( glw::GLenum pname, glw::GLint params, glw::GLenum expected_error) VerifyGLTexParameterIivTextureBaseLevelForAll() argument
407 VerifyGLTexParameterIuivForAll(glw::GLenum pname, glw::GLuint params, glw::GLenum expected_error) VerifyGLTexParameterIuivForAll() argument
[all...]
/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp64 void TestDriver::startProcess (const char* name, const char* params, const char* workingDir, const char* caseList) in startProcess() argument
/third_party/vk-gl-cts/executor/
H A DxeLocalTcpIpLink.cpp161 void LocalTcpIpLink::startTestProcess (const char* name, const char* params, const char* workingDir, const char* caseList) in startTestProcess() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp26 const ProgramInterfaceTestParams &params = paramsInfo.param; in ProgramInterfaceTestPrint() local
283 GLint params[ArraySize(props)]; in TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DPreRotationPerf.cpp48 std::ostream &operator<<(std::ostream &os, const PreRotationParams &params) in operator <<() argument
133 const auto &params = GetParam(); local
176 PreRotationParams params; local
[all...]
H A DInterleavedAttributeData.cpp38 std::ostream &operator<<(std::ostream &os, const InterleavedAttributeDataParams &params) in operator <<() argument
84 const auto &params = GetParam(); in initializeBenchmark() local
210 InterleavedAttributeDataParams params; in D3D11Params() local
217 InterleavedAttributeDataParams params; OpenGLOrGLESParams() local
224 InterleavedAttributeDataParams params; VulkanParams() local
[all...]
H A DIndexConversionPerf.cpp78 const auto &params = GetParam(); in initializeBenchmark() local
137 const auto &params = GetParam(); in drawBenchmark() local
151 const auto &params = GetParam(); in drawConversion() local
167 const auto &params = GetParam(); drawIndexRange() local
188 IndexConversionPerfParams params; IndexConversionPerfD3D11Params() local
202 IndexConversionPerfParams params; IndexRangeOffsetPerfD3D11Params() local
[all...]
/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.h65 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState params, float lum, uint32_t flags, const SkMatrix& localMatrixIfUsesLocalCoords) Make() argument
79 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState params, uint32_t flags, const SkMatrix& localMatrixIfUsesLocalCoords) Make() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFence.cpp84 void Fence::getFenceiv(GLenum pname, GLint *params) in getFenceiv() argument
/third_party/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c113 OSSL_PARAM params[6]; in main() local
[all...]
/third_party/openssl/providers/
H A Dbaseprov.c50 static int base_get_params(void *provctx, OSSL_PARAM params[]) in base_get_params() argument
/third_party/openssl/crypto/
H A Dself_test_core.c30 OSSL_PARAM params[4]; member
/third_party/openssl/demos/cipher/
H A Daesccm.c81 OSSL_PARAM params[3] = { in aes_ccm_encrypt() local
166 OSSL_PARAM params[3] = { in aes_ccm_decrypt() local
[all...]
H A Daesgcm.c79 OSSL_PARAM params[2] = { in aes_gcm_encrypt() local
155 OSSL_PARAM params[2] = { in aes_gcm_decrypt() local
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_spki2typespki.c64 OSSL_PARAM params[5], *p = params; in spki2typespki_decode() local

Completed in 10 milliseconds

1...<<11121314151617181920>>...96