Searched defs:alg_type (Results 1 – 4 of 4) sorted by relevance
934 let alg_type = "skcipher"; in test_af_alg_cipher() localVariable1032 let alg_type = "aead"; in test_af_alg_aead() localVariable
871 psa_algorithm_t alg_type; in copy_from_psa() local
510 def lookup_algorithm_by_type(alg_type): argument529 def lookup_hash_size_by_type(alg_type): argument
1679 pub fn alg_type(&self) -> &CStr { in alg_type() method