/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/dsa/ |
H A 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 …]
|
H A 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 …]
|
H A 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()
|
/aosp_15_r20/external/boringssl/src/crypto/dsa/ |
H A 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 …]
|
H A 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(DSA_new()); in TEST() local 249 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 264 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 282 bssl::UniquePtr<DSA> dsa = GetFIPSDSA(); in TEST() local 300 bssl::UniquePtr<DSA> dsa(DSA_new()); in TEST() local 313 bssl::UniquePtr<DSA> dsa = GetFIPSDSAGroup(); in TEST() local 321 bssl::UniquePtr<DSA> dsa = GetFIPSDSAGroup(); in TEST() local [all …]
|
H A D | dsa_asn1.c | 71 int dsa_check_key(const DSA *dsa) { in dsa_check_key() 203 int DSA_marshal_public_key(CBB *cbb, const DSA *dsa) { in DSA_marshal_public_key() 241 int DSA_marshal_parameters(CBB *cbb, const DSA *dsa) { in DSA_marshal_parameters() 293 int DSA_marshal_private_key(CBB *cbb, const DSA *dsa) { in DSA_marshal_private_key()
|
/aosp_15_r20/external/rust/android-crates-io/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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/boringssl/src/crypto/evp/ |
H A 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
|
H A 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()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/ |
H A 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
|
H A 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()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_hyperz.c | 26 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_get_hiz_func() local 48 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_get_sc_hz_max() local 56 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_is_hiz_func_valid() local 83 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_hiz_allowed() local 119 struct r300_dsa_state *dsa = r300->dsa_state.state; in r300_update_hyperz() local 205 struct pipe_depth_stencil_alpha_state *dsa) in r300_dsa_alpha_test_enabled()
|
H A D | r300_render_stencilref.c | 29 struct r300_dsa_state *dsa = (struct r300_dsa_state*)r300->dsa_state.state; in r300_stencilref_needed() local 41 struct r300_dsa_state *dsa = (struct r300_dsa_state*)r300->dsa_state.state; in r300_stencilref_begin() local 59 struct r300_dsa_state *dsa = (struct r300_dsa_state*)r300->dsa_state.state; in r300_stencilref_switch_side() local 74 struct r300_dsa_state *dsa = (struct r300_dsa_state*)r300->dsa_state.state; in r300_stencilref_end() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texparam.c | 259 GLenum pname, const GLint *params, bool dsa) in set_tex_parameteri() 755 GLenum pname, const GLfloat *params, bool dsa) in set_tex_parameterf() 946 GLenum pname, GLfloat param, bool dsa) in _mesa_texture_parameterf() 1006 GLenum pname, const GLfloat *params, bool dsa) in _mesa_texture_parameterfv() 1076 GLenum pname, GLint param, bool dsa) in _mesa_texture_parameteri() 1120 GLenum pname, const GLint *params, bool dsa) in _mesa_texture_parameteriv() 1162 GLenum pname, const GLint *params, bool dsa) in _mesa_texture_parameterIiv() 1191 GLenum pname, const GLuint *params, bool dsa) in _mesa_texture_parameterIuiv() 1634 bool dsa) in _mesa_legal_get_tex_level_parameter_target() 1725 bool dsa) in get_tex_level_parameter_image() [all …]
|
H A D | texstorage.c | 359 bool dsa) in tex_storage_error_check() 522 GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, in texture_storage() 645 GLsizei height, GLsizei depth, bool dsa, const char *func, in texture_storage_error() 658 GLsizei height, GLsizei depth, bool dsa, const char *func, in texture_storage_no_error() 991 GLuint64 offset, bool dsa) in _mesa_texture_storage_memory()
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/virglrenderer/tests/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A 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 447 struct si_state_dsa *dsa = sctx->queued.named.dsa; in si_emit_dpbb_state() local
|