| /external/cronet/third_party/boringssl/src/crypto/dsa/ |
| D | dsa.c | 91 DSA *dsa = OPENSSL_zalloc(sizeof(DSA)); in DSA_new() local 102 void DSA_free(DSA *dsa) { in DSA_free() 124 int DSA_up_ref(DSA *dsa) { in DSA_up_ref() 129 unsigned DSA_bits(const DSA *dsa) { return BN_num_bits(dsa->p); } in DSA_bits() 131 const BIGNUM *DSA_get0_pub_key(const DSA *dsa) { return dsa->pub_key; } in DSA_get0_pub_key() 133 const BIGNUM *DSA_get0_priv_key(const DSA *dsa) { return dsa->priv_key; } in DSA_get0_priv_key() 135 const BIGNUM *DSA_get0_p(const DSA *dsa) { return dsa->p; } in DSA_get0_p() 137 const BIGNUM *DSA_get0_q(const DSA *dsa) { return dsa->q; } in DSA_get0_q() 139 const BIGNUM *DSA_get0_g(const DSA *dsa) { return dsa->g; } in DSA_get0_g() 141 void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key, in DSA_get0_key() [all …]
|
| D | dsa_test.cc | 174 bssl::UniquePtr<DSA> dsa(DSA_new()); in GetFIPSDSAGroup() local 192 bssl::UniquePtr<DSA> dsa = GetFIPSDSAGroup(); in GetFIPSDSA() local 209 bssl::UniquePtr<DSA> dsa(DSA_new()); in TEST() local 240 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 258 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 277 bssl::UniquePtr<DSA> dsa(DSA_new()); in TEST() local 290 bssl::UniquePtr<DSA> dsa = GetFIPSDSAGroup(); in TEST() local 298 bssl::UniquePtr<DSA> dsa = GetFIPSDSAGroup(); in TEST() local 309 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 336 bssl::UniquePtr<DSA> dsa( in TEST() local [all …]
|
| D | dsa_asn1.c | 73 int dsa_check_key(const DSA *dsa) { in dsa_check_key() 204 int DSA_marshal_public_key(CBB *cbb, const DSA *dsa) { in DSA_marshal_public_key() 242 int DSA_marshal_parameters(CBB *cbb, const DSA *dsa) { in DSA_marshal_parameters() 294 int DSA_marshal_private_key(CBB *cbb, const DSA *dsa) { in DSA_marshal_private_key()
|
| /external/boringssl/src/crypto/dsa/ |
| D | dsa.c | 91 DSA *dsa = OPENSSL_zalloc(sizeof(DSA)); in DSA_new() local 102 void DSA_free(DSA *dsa) { in DSA_free() 124 int DSA_up_ref(DSA *dsa) { in DSA_up_ref() 129 unsigned DSA_bits(const DSA *dsa) { return BN_num_bits(dsa->p); } in DSA_bits() 131 const BIGNUM *DSA_get0_pub_key(const DSA *dsa) { return dsa->pub_key; } in DSA_get0_pub_key() 133 const BIGNUM *DSA_get0_priv_key(const DSA *dsa) { return dsa->priv_key; } in DSA_get0_priv_key() 135 const BIGNUM *DSA_get0_p(const DSA *dsa) { return dsa->p; } in DSA_get0_p() 137 const BIGNUM *DSA_get0_q(const DSA *dsa) { return dsa->q; } in DSA_get0_q() 139 const BIGNUM *DSA_get0_g(const DSA *dsa) { return dsa->g; } in DSA_get0_g() 141 void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key, in DSA_get0_key() [all …]
|
| D | dsa_test.cc | 174 bssl::UniquePtr<DSA> dsa(DSA_new()); in GetFIPSDSAGroup() local 192 bssl::UniquePtr<DSA> dsa = GetFIPSDSAGroup(); in GetFIPSDSA() local 209 bssl::UniquePtr<DSA> dsa(DSA_new()); in TEST() local 240 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 258 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 276 bssl::UniquePtr<DSA> dsa(DSA_new()); in TEST() local 289 bssl::UniquePtr<DSA> dsa = GetFIPSDSAGroup(); in TEST() local 297 bssl::UniquePtr<DSA> dsa = GetFIPSDSAGroup(); in TEST() local 308 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 335 bssl::UniquePtr<DSA> dsa( in TEST() local [all …]
|
| D | dsa_asn1.c | 73 int dsa_check_key(const DSA *dsa) { in dsa_check_key() 205 int DSA_marshal_public_key(CBB *cbb, const DSA *dsa) { in DSA_marshal_public_key() 243 int DSA_marshal_parameters(CBB *cbb, const DSA *dsa) { in DSA_marshal_parameters() 295 int DSA_marshal_private_key(CBB *cbb, const DSA *dsa) { in DSA_marshal_private_key()
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/dsa/ |
| D | dsa.c | 90 DSA *dsa = OPENSSL_malloc(sizeof(DSA)); in DSA_new() local 106 void DSA_free(DSA *dsa) { in DSA_free() 128 int DSA_up_ref(DSA *dsa) { in DSA_up_ref() 133 const BIGNUM *DSA_get0_pub_key(const DSA *dsa) { return dsa->pub_key; } in DSA_get0_pub_key() 135 const BIGNUM *DSA_get0_priv_key(const DSA *dsa) { return dsa->priv_key; } in DSA_get0_priv_key() 137 const BIGNUM *DSA_get0_p(const DSA *dsa) { return dsa->p; } in DSA_get0_p() 139 const BIGNUM *DSA_get0_q(const DSA *dsa) { return dsa->q; } in DSA_get0_q() 141 const BIGNUM *DSA_get0_g(const DSA *dsa) { return dsa->g; } in DSA_get0_g() 143 void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key, in DSA_get0_key() 153 void DSA_get0_pqg(const DSA *dsa, const BIGNUM **out_p, const BIGNUM **out_q, in DSA_get0_pqg() [all …]
|
| D | dsa_test.cc | 172 bssl::UniquePtr<DSA> dsa(DSA_new()); in GetFIPSDSA() local 234 bssl::UniquePtr<DSA> dsa(DSA_new()); in TestGenerate() local 292 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TestVerify() local 322 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local
|
| D | dsa_asn1.c | 73 int dsa_check_parameters(const DSA *dsa) { in dsa_check_parameters() 175 int DSA_marshal_public_key(CBB *cbb, const DSA *dsa) { in DSA_marshal_public_key() 213 int DSA_marshal_parameters(CBB *cbb, const DSA *dsa) { in DSA_marshal_parameters() 264 int DSA_marshal_private_key(CBB *cbb, const DSA *dsa) { in DSA_marshal_private_key()
|
| /external/mesa3d/src/gallium/drivers/r300/ |
| D | r300_hyperz.c | 43 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_get_hiz_func() local 65 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_get_sc_hz_max() local 73 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_is_hiz_func_valid() local 100 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_hiz_allowed() local 136 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_update_hyperz() local 222 struct pipe_depth_stencil_alpha_state *dsa) in r300_dsa_alpha_test_enabled()
|
| D | r300_render_stencilref.c | 46 struct r300_dsa_state *dsa = (struct r300_dsa_state*)r300->dsa_state.state; in r300_stencilref_needed() local 58 struct r300_dsa_state *dsa = (struct r300_dsa_state*)r300->dsa_state.state; in r300_stencilref_begin() local 76 struct r300_dsa_state *dsa = (struct r300_dsa_state*)r300->dsa_state.state; in r300_stencilref_switch_side() local 91 struct r300_dsa_state *dsa = (struct r300_dsa_state*)r300->dsa_state.state; in r300_stencilref_end() local
|
| /external/boringssl/src/crypto/evp/ |
| D | p_dsa_asn1.c | 72 DSA *dsa; in dsa_pub_decode() local 106 const DSA *dsa = key->pkey; in dsa_pub_encode() local 133 DSA *dsa = DSA_parse_parameters(params); in dsa_priv_decode() local 177 const DSA *dsa = key->pkey; in dsa_priv_encode() local 202 const DSA *dsa = pkey->pkey; in int_dsa_size() local 207 const DSA *dsa = pkey->pkey; in dsa_bits() local 212 const DSA *dsa = pkey->pkey; in dsa_missing_parameters() local 333 DSA *dsa = EVP_PKEY_get0_DSA(pkey); in EVP_PKEY_get1_DSA() local
|
| D | evp_asn1.c | 222 DSA *dsa = DSA_parse_private_key(cbs); in old_priv_decode() local 475 DSA *dsa = EVP_PKEY_get1_DSA(pkey); in d2i_DSA_PUBKEY() local 488 int i2d_DSA_PUBKEY(const DSA *dsa, uint8_t **outp) { in i2d_DSA_PUBKEY()
|
| /external/cronet/third_party/boringssl/src/crypto/evp/ |
| D | p_dsa_asn1.c | 72 DSA *dsa; in dsa_pub_decode() local 106 const DSA *dsa = key->pkey; in dsa_pub_encode() local 133 DSA *dsa = DSA_parse_parameters(params); in dsa_priv_decode() local 177 const DSA *dsa = key->pkey; in dsa_priv_encode() local 202 const DSA *dsa = pkey->pkey; in int_dsa_size() local 207 const DSA *dsa = pkey->pkey; in dsa_bits() local 212 const DSA *dsa = pkey->pkey; in dsa_missing_parameters() local
|
| D | evp_asn1.c | 222 DSA *dsa = DSA_parse_private_key(cbs); in old_priv_decode() local 475 DSA *dsa = EVP_PKEY_get1_DSA(pkey); in d2i_DSA_PUBKEY() local 488 int i2d_DSA_PUBKEY(const DSA *dsa, uint8_t **outp) { in i2d_DSA_PUBKEY()
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
| D | p_dsa_asn1.c | 71 DSA *dsa; in dsa_pub_decode() local 105 const DSA *dsa = key->pkey.dsa; in dsa_pub_encode() local 132 DSA *dsa = DSA_parse_parameters(params); in dsa_priv_decode() local 174 const DSA *dsa = key->pkey.dsa; in dsa_priv_encode() local 207 DSA *dsa; in dsa_missing_parameters() local
|
| D | evp_asn1.c | 222 DSA *dsa = DSA_parse_private_key(cbs); in old_priv_decode() local 475 DSA *dsa = EVP_PKEY_get1_DSA(pkey); in d2i_DSA_PUBKEY() local 488 int i2d_DSA_PUBKEY(const DSA *dsa, uint8_t **outp) { in i2d_DSA_PUBKEY()
|
| /external/rust/crates/openssl/src/ |
| D | dsa.rs | 199 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in from_pqg() localVariable 211 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in generate_params() localVariable 260 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in from_private_components() localVariable 301 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in from_public_components() localVariable 550 let dsa = Dsa::generate(1024).unwrap(); in test_pubkey_generation() localVariable 569 let dsa = Dsa::from_private_components(p, q, g, priv_key, pub_key).unwrap(); in test_priv_key_from_parts() localVariable 584 let dsa = Dsa::from_public_components(p, q, g, pub_key).unwrap(); in test_pub_key_from_parts() localVariable
|
| /external/mesa3d/src/mesa/main/ |
| D | texparam.c | 259 GLenum pname, const GLint *params, bool dsa) in set_tex_parameteri() 742 GLenum pname, const GLfloat *params, bool dsa) in set_tex_parameterf() 932 GLenum pname, GLfloat param, bool dsa) in _mesa_texture_parameterf() 992 GLenum pname, const GLfloat *params, bool dsa) in _mesa_texture_parameterfv() 1062 GLenum pname, GLint param, bool dsa) in _mesa_texture_parameteri() 1106 GLenum pname, const GLint *params, bool dsa) in _mesa_texture_parameteriv() 1148 GLenum pname, const GLint *params, bool dsa) in _mesa_texture_parameterIiv() 1177 GLenum pname, const GLuint *params, bool dsa) in _mesa_texture_parameterIuiv() 1620 bool dsa) in _mesa_legal_get_tex_level_parameter_target() 1711 bool dsa) in get_tex_level_parameter_image() [all …]
|
| D | texstorage.c | 328 bool dsa) in tex_storage_error_check() 491 GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, in texture_storage() 603 GLsizei height, GLsizei depth, bool dsa, const char *func) in texture_storage_error() 615 GLsizei height, GLsizei depth, bool dsa, const char *func) in texture_storage_no_error() 907 GLuint64 offset, bool dsa) in _mesa_texture_storage_memory()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_atom_depth.c | 79 struct pipe_depth_stencil_alpha_state *dsa = &st->state.depth_stencil; in st_update_depth_stencil_alpha() local
|
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_state_binning.c | 161 struct si_state_dsa *dsa = sctx->queued.named.dsa; in gfx9_get_depth_bin_size() local 371 struct si_state_dsa *dsa = sctx->queued.named.dsa; in gfx10_get_bin_sizes() local 432 struct si_state_dsa *dsa = sctx->queued.named.dsa; in si_emit_dpbb_state() local
|
| /external/virglrenderer/tests/ |
| D | test_virgl_cmd.c | 58 struct pipe_depth_stencil_alpha_state dsa; in START_TEST() local 396 struct pipe_depth_stencil_alpha_state dsa; in START_TEST() local 660 struct pipe_depth_stencil_alpha_state dsa; in START_TEST() local 905 struct pipe_depth_stencil_alpha_state dsa; in START_TEST() local
|
| /external/mesa3d/src/gallium/frontends/nine/ |
| D | nine_pipe.c | 33 struct pipe_depth_stencil_alpha_state dsa; in nine_convert_dsa_state() local
|
| /external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
| D | evp.h | 1082 DSA *dsa; member
|