Home
last modified time | relevance | path

Searched refs:Derive (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/openssl/test/recipes/30-test_evp_data/
Devppkey_ecc.txt10 # 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 …]
Devppkey_brainpool.txt10 # 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 …]
Devppkey_ecdh.txt10 # 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 …]
Devppkey_kas.txt10 # 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 …]
Devppkey_ecx.txt10 # 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 …]
Devppkey_dh.txt10 # 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
Devppkey_ffdhe.txt10 # 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 …]
Devpkdf_x942_des.txt4 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
Devpmac_cmac_des.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
Devpmac_sm3.txt10 # Cipher Decrypt Derive Digest Encoding MAC
Devpciph_aes_siv.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
Devpciph_des3_common.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
Devpkdf_tls11_prf.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
Devppbe_pkcs12.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
Devpmd_ripemd.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
Devpmd_whirlpool.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
/third_party/rust/crates/cxx/syntax/
Dderive.rs5 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
Dmod.rs44 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>,
Dattrs.rs5 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()
Dtokens.rs3 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/
Dcheck.rs3 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()
Dmod.rs18 pub enum Derive { enum
Dast.rs5 use internals::{Ctxt, Derive};
66 derive: Derive, in from_ast() argument
/third_party/rust/crates/clap/clap_derive/
DREADME.md6 - [Derive Tutorial](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html)
7 - [Derive Reference](https://docs.rs/clap/latest/clap/_derive/index.html)
DCONTRIBUTING.md5 ## Derive Gotchas

1234