Searched refs:CryptoFail (Results 1 – 3 of 3) sorted by relevance
177 None => return Err(Error::CryptoFail), in open_with_u64_counter()200 return Err(Error::CryptoFail); in open_with_u64_counter()215 .map_err(|_| Error::CryptoFail)?;303 return Err(Error::CryptoFail); in seal_with_u64_counter()327 return Err(Error::CryptoFail); in seal_with_u64_counter()342 .map_err(|_| Error::CryptoFail)?;381 .map_err(|_| Error::CryptoFail) in new()554 return Err(Error::CryptoFail); in derive_hdr_key()569 return Err(Error::CryptoFail); in derive_pkt_key()584 return Err(Error::CryptoFail); in derive_pkt_iv()[all …]
796 .map_err(|_| Error::CryptoFail)?; in verify_retry_integrity()853 .map_err(|_| Error::CryptoFail)?, in compute_retry_integrity_tag()861 .map_err(|_| Error::CryptoFail) in compute_retry_integrity_tag()2914 Err(Error::CryptoFail) in decrypt_pkt_too_small()
529 CryptoFail, enumerator594 Error::CryptoFail => -9, in to_c()2478 Error::CryptoFail, in recv_single()11119 Err(Error::CryptoFail) in invalid_initial_server()