Searched refs:authz_list (Results 1 – 1 of 1) sorted by relevance
1395 let authz_list = AuthorizationList::new( in test_authz_list_encode_decode() localVariable1408 let got = authz_list.to_der().unwrap(); in test_authz_list_encode_decode()1431 assert_eq!(AuthorizationList::from_der(got.as_slice()).unwrap(), authz_list); in test_authz_list_encode_decode()1437 let authz_list = AuthorizationList::new( in test_authz_list_user_secure_id_encode() localVariable1455 let got = authz_list.to_der().unwrap(); in test_authz_list_user_secure_id_encode()1529 let authz_list = AuthorizationList::new( in test_authz_list_dup_encode() localVariable1546 let got = authz_list.to_der().unwrap(); in test_authz_list_dup_encode()1553 let authz_list = AuthorizationList::new( in test_authz_list_order_fail() localVariable1566 assert!(authz_list.to_der().is_err()); in test_authz_list_order_fail()