Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_socket.rs934 let alg_type = "skcipher"; in test_af_alg_cipher() localVariable
1032 let alg_type = "aead"; in test_af_alg_aead() localVariable
/external/openthread/third_party/mbedtls/repo/library/
Dpk.c871 psa_algorithm_t alg_type; in copy_from_psa() local
/external/avb/
Davbtool.py510 def lookup_algorithm_by_type(alg_type): argument
529 def lookup_hash_size_by_type(alg_type): argument
/external/rust/android-crates-io/crates/nix/src/sys/socket/
Daddr.rs1679 pub fn alg_type(&self) -> &CStr { in alg_type() method