Searched refs:auth_string (Results 1 – 10 of 10) sorted by relevance
43 server3.completed_handshake().auth_string::<CryptoProviderImpl>().derive_array::<32>(), in full_integration_state_machine()44 client2.completed_handshake().auth_string::<CryptoProviderImpl>().derive_array::<32>() in full_integration_state_machine()79 server3.completed_handshake().auth_string::<CryptoProviderImpl>().derive_array::<32>(), in full_integration_state_machine_public_key_in_protobuf()80 client2.completed_handshake().auth_string::<CryptoProviderImpl>().derive_array::<32>() in full_integration_state_machine_public_key_in_protobuf()115 server3.completed_handshake().auth_string::<CryptoProviderImpl>().derive_array::<32>(), in full_integration_state_machine_multiple_next_protocols_sort()116 client2.completed_handshake().auth_string::<CryptoProviderImpl>().derive_array::<32>() in full_integration_state_machine_multiple_next_protocols_sort()153 server3.completed_handshake().auth_string::<CryptoProviderImpl>().derive_array::<32>(), in full_integration_state_machine_multiple_next_protocols_client()154 client2.completed_handshake().auth_string::<CryptoProviderImpl>().derive_array::<32>() in full_integration_state_machine_multiple_next_protocols_client()
60 ScopedJavaLocalRef<jstring> auth_string = in VerifyX509CertChain() local62 DCHECK(!auth_string.is_null()); in VerifyX509CertChain()70 env, chain_byte_array, auth_string, host_string); in VerifyX509CertChain()
153 .and_then(|h| h.auth_string::<RustCrypto>().derive_vec(self.verification_string_length)) in run_as_initiator()183 .and_then(|h| h.auth_string::<RustCrypto>().derive_vec(self.verification_string_length)) in run_as_responder()
163 .auth_string::<CryptoProvider>() in get_verification_string()
265 .map(|h| h.auth_string::<CryptoProvider>().derive_vec(length as usize).unwrap()) in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DHandshakeContext_get_1verification_1string()
631 pub fn auth_string<C: CryptoProvider>(&self) -> HandshakeHkdf<C> { in auth_string() method
713 string auth_string = 1; field
775 string auth_string = 1; field