/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evppkey_ecc.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 46 Derive=ALICE_cf_c2pnb163v1 52 Derive=BOB_cf_c2pnb163v1 58 Derive=ALICE_cf_c2pnb163v1 65 Derive=BOB_cf_c2pnb163v1 78 Derive=BOB_cf_c2pnb163v1 86 Derive=ALICE_cf_c2pnb163v1 124 Derive=ALICE_cf_c2pnb163v2 130 Derive=BOB_cf_c2pnb163v2 136 Derive=ALICE_cf_c2pnb163v2 [all …]
|
D | evppkey_brainpool.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 43 Derive=ALICE_cf_brainpoolP160r1 48 Derive=BOB_cf_brainpoolP160r1 81 Derive=ALICE_cf_brainpoolP160t1 86 Derive=BOB_cf_brainpoolP160t1 121 Derive=ALICE_cf_brainpoolP192r1 126 Derive=BOB_cf_brainpoolP192r1 161 Derive=ALICE_cf_brainpoolP192t1 166 Derive=BOB_cf_brainpoolP192t1 201 Derive=ALICE_cf_brainpoolP224r1 [all …]
|
D | evppkey_ecdh.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 55 Derive=ALICE_secp112r1 61 Derive=BOB_secp112r1 100 Derive=ALICE_secp112r2 107 Derive=BOB_secp112r2 145 Derive=ALICE_secp128r1 152 Derive=BOB_secp128r1 191 Derive=ALICE_secp128r2 198 Derive=BOB_secp128r2 239 Derive=ALICE_secp160k1 [all …]
|
D | evppkey_kas.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 48 Derive=KAS-ECC-CDH_P-192_C0 54 Derive=KAS-ECC-CDH_P-192_C0 83 Derive=KAS-ECC-CDH_P-192_C1 112 Derive=KAS-ECC-CDH_P-192_C2 141 Derive=KAS-ECC-CDH_P-192_C3 170 Derive=KAS-ECC-CDH_P-192_C4 199 Derive=KAS-ECC-CDH_P-192_C5 228 Derive=KAS-ECC-CDH_P-192_C6 257 Derive=KAS-ECC-CDH_P-192_C7 [all …]
|
D | evppkey_ecx.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 59 Derive=Alice-25519 63 Derive=Bob-25519 67 Derive=Alice-25519-Raw 71 Derive=Bob-25519-Raw 131 Derive=Alice-448 135 Derive=Bob-448 139 Derive=Alice-448-Raw 143 Derive=Bob-448-Raw 148 Derive=Alice-448-Raw [all …]
|
D | evppkey_dh.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 141 Derive=ALICE_dh2048 147 Derive=BOB_dh2048 153 Derive=BOB_dh2048 159 Derive=ALICE_dh2048 165 Derive=ALICE_dh2048
|
D | evppkey_ffdhe.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 83 Derive=ffdhe2048-1 87 Derive=ffdhe2048-2 91 Derive=ffdhe2048-1 99 Derive=ffdhe2048-1 110 Derive=ffdhe2048-2 193 Derive=ffdhe3072-1 197 Derive=ffdhe3072-2 293 Derive=ffdhe4096-1 297 Derive=ffdhe4096-2 [all …]
|
D | evpkdf_x942_des.txt | 4 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
D | evpmac_cmac_des.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
D | evpmac_sm3.txt | 10 # Cipher Decrypt Derive Digest Encoding MAC
|
D | evpciph_aes_siv.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
D | evpciph_des3_common.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
D | evpkdf_tls11_prf.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
D | evppbe_pkcs12.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
D | evpmd_ripemd.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
D | evpmd_whirlpool.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
|
/third_party/rust/crates/cxx/syntax/ |
D | derive.rs | 5 pub struct Derive { struct 26 impl Derive { argument 44 Some(Derive { what, span }) in from() 48 impl PartialEq<Trait> for Derive { implementation 73 impl Display for Derive { implementation 79 pub fn contains(derives: &[Derive], query: Trait) -> bool { in contains() argument
|
D | mod.rs | 44 pub use self::derive::{Derive, Trait}; 84 pub derives: Vec<Derive>, 91 pub bounds: Vec<Derive>, 99 pub derives: Vec<Derive>, 112 pub derives: Vec<Derive>, 152 pub derives: Vec<Derive>,
|
D | attrs.rs | 5 use crate::syntax::{cfg, Derive, Doc, ForeignName}; 33 pub derives: Option<&'a mut Vec<Derive>>, 211 fn parse_derive_attribute(cx: &mut Errors, input: ParseStream) -> Result<Vec<Derive>> { in parse_derive_attribute() argument 217 if let Some(derive) = Derive::from(ident) { in parse_derive_attribute()
|
D | tokens.rs | 3 Array, Atom, Derive, Enum, EnumRepr, ExternFn, ExternType, Impl, Lifetimes, NamedType, Ptr, 170 impl ToTokens for Derive { implementation
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
D | check.rs | 3 use internals::{ungroup, Ctxt, Derive}; 8 pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { in check() argument 313 fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { in check_transparent() argument 375 Derive::Serialize => { in check_transparent() 381 Derive::Deserialize => { in check_transparent() 398 fn allow_transparent(field: &Field, derive: Derive) -> bool { in allow_transparent() 408 Derive::Serialize => !field.attrs.skip_serializing(), in allow_transparent() 409 Derive::Deserialize => !field.attrs.skip_deserializing() && field.attrs.default().is_none(), in allow_transparent()
|
D | mod.rs | 18 pub enum Derive { enum
|
D | ast.rs | 5 use internals::{Ctxt, Derive}; 66 derive: Derive, in from_ast() argument
|
/third_party/rust/crates/clap/clap_derive/ |
D | README.md | 6 - [Derive Tutorial](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html) 7 - [Derive Reference](https://docs.rs/clap/latest/clap/_derive/index.html)
|
D | CONTRIBUTING.md | 5 ## Derive Gotchas
|