Searched defs:alg_type (Results 1 – 4 of 4) sorted by relevance
607 let alg_type = "skcipher"; in test_af_alg_cipher() localVariable679 let alg_type = "aead"; in test_af_alg_aead() localVariable
497 def lookup_algorithm_by_type(alg_type): argument516 def lookup_hash_size_by_type(alg_type): argument
954 pub fn alg_type(&self) -> &CStr { in alg_type() method