Home
last modified time | relevance | path

Searched defs:token_bytes (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dsecrets.py34 def token_bytes(nbytes=None): function
/external/federated-compute/fcp/tensorflow/
Dexternal_dataset_op.cc55 absl::Span<char const> token_bytes = token_str; in MakeDataset() local
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dtests.rs140 let token_bytes = [0x55; V1_IDENTITY_TOKEN_LEN]; in both_mic_and_sig_sections() localVariable
313 let token_bytes = [0x55; V1_IDENTITY_TOKEN_LEN]; in parse_adv_short_salt_mic() localVariable
/external/pigweed/pw_tokenizer/rust/pw_tokenizer/
Dinternal.rs140 let token_bytes = &token.to_le_bytes()[..]; in tokenize_to_buffer_no_args() localVariable