Searched defs:matched_credential (Results 1 – 2 of 2) sorted by relevance
180 let matched_credential = MatchedCredential::new(v0_cred.matched_cred.cred_id, metadata_slice); in np_ffi_CredentialSlab_add_v0_credential() localVariable203 let matched_credential = MatchedCredential::new(v1_cred.matched_cred.cred_id, metadata_slice); in np_ffi_CredentialSlab_add_v1_credential() localVariable
285 pub fn matched_credential(&self) -> &M { in matched_credential() method