Home
last modified time | relevance | path

Searched refs:h_bytes (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dpmbtoken.c63 const uint8_t *h_bytes, size_t h_len, in pmbtoken_init_method() argument
77 if (!ec_point_from_uncompressed(method->group, &h, h_bytes, h_len)) { in pmbtoken_init_method()
/external/boringssl/src/crypto/trust_token/
Dpmbtoken.c61 const uint8_t *h_bytes, size_t h_len, in pmbtoken_init_method() argument
75 if (!ec_point_from_uncompressed(method->group, &h, h_bytes, h_len)) { in pmbtoken_init_method()
/external/rust/crates/clap/src/app/
Dparser.rs700 let h_bytes = OsStr::new(h).as_bytes(); in possible_subcommand() localVariable
702 h_bytes.starts_with(n_bytes) in possible_subcommand()