Home
last modified time | relevance | path

Searched defs:alg_type (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/nix/test/sys/
Dtest_socket.rs857 let alg_type = "skcipher"; in test_af_alg_cipher() localVariable
941 let alg_type = "aead"; in test_af_alg_aead() localVariable
/external/avb/
Davbtool.py498 def lookup_algorithm_by_type(alg_type): argument
517 def lookup_hash_size_by_type(alg_type): argument
/external/rust/crates/nix/src/sys/socket/
Daddr.rs2498 pub fn alg_type(&self) -> &CStr { in alg_type() method