Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/test/sys/
Dtest_socket.rs896 let alg_type = "skcipher"; in test_af_alg_cipher() localVariable
980 let alg_type = "aead"; in test_af_alg_aead() localVariable
/third_party/mbedtls/library/
Dpk.c871 psa_algorithm_t alg_type; in copy_from_psa() local
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs2543 pub fn alg_type(&self) -> &CStr { in alg_type() method