| /third_party/openssl/crypto/dsa/ |
| H A D | dsa_local.h | 21 FFC_PARAMS params; member
|
| /third_party/openssl/crypto/ec/ |
| H A D | ecx_backend.c | 55 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 D | p12_key.c | 87 OSSL_PARAM params[6], *p = params; in PKCS12_key_gen_uni_ex() local
|
| /third_party/openssl/crypto/dh/ |
| H A D | dh_local.h | 23 FFC_PARAMS params; member
|
| /third_party/openssl/crypto/evp/ |
| H A D | kdf_lib.c | 124 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 D | dsa_ctrl.c | 33 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 D | p5_crpt.c | 41 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 D | Query9.cpp | 75 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 D | Query.cpp | 56 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 D | esextcTextureBorderClampSamplerParameterIError.cpp | 254 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 D | esextcTextureBorderClampTexParameterIErrors.cpp | 350 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 D | xsTestDriver.cpp | 64 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 D | xeLocalTcpIpLink.cpp | 161 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 D | ProgramInterfaceTest.cpp | 26 const ProgramInterfaceTestParams ¶ms = 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 D | PreRotationPerf.cpp | 48 std::ostream &operator<<(std::ostream &os, const PreRotationParams ¶ms) in operator <<() argument 133 const auto ¶ms = GetParam(); local 176 PreRotationParams params; local [all...] |
| H A D | InterleavedAttributeData.cpp | 38 std::ostream &operator<<(std::ostream &os, const InterleavedAttributeDataParams ¶ms) in operator <<() argument 84 const auto ¶ms = GetParam(); in initializeBenchmark() local 210 InterleavedAttributeDataParams params; in D3D11Params() local 217 InterleavedAttributeDataParams params; OpenGLOrGLESParams() local 224 InterleavedAttributeDataParams params; VulkanParams() local [all...] |
| H A D | IndexConversionPerf.cpp | 78 const auto ¶ms = GetParam(); in initializeBenchmark() local 137 const auto ¶ms = GetParam(); in drawBenchmark() local 151 const auto ¶ms = GetParam(); in drawConversion() local 167 const auto ¶ms = GetParam(); drawIndexRange() local 188 IndexConversionPerfParams params; IndexConversionPerfD3D11Params() local 202 IndexConversionPerfParams params; IndexRangeOffsetPerfD3D11Params() local [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrDistanceFieldGeoProc.h | 65 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 D | Fence.cpp | 84 void Fence::getFenceiv(GLenum pname, GLint *params) in getFenceiv() argument
|
| /third_party/openssl/demos/pkey/ |
| H A D | EVP_PKEY_DSA_paramvalidate.c | 113 OSSL_PARAM params[6]; in main() local [all...] |
| /third_party/openssl/providers/ |
| H A D | baseprov.c | 50 static int base_get_params(void *provctx, OSSL_PARAM params[]) in base_get_params() argument
|
| /third_party/openssl/crypto/ |
| H A D | self_test_core.c | 30 OSSL_PARAM params[4]; member
|
| /third_party/openssl/demos/cipher/ |
| H A D | aesccm.c | 81 OSSL_PARAM params[3] = { in aes_ccm_encrypt() local 166 OSSL_PARAM params[3] = { in aes_ccm_decrypt() local [all...] |
| H A D | aesgcm.c | 79 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 D | decode_spki2typespki.c | 64 OSSL_PARAM params[5], *p = params; in spki2typespki_decode() local
|