Searched refs:check_per_nonce_max_bytes (Results 1 – 1 of 1) sorted by relevance
205 check_per_nonce_max_bytes(key.algorithm, ciphertext_len)?; in open_within_()345 check_per_nonce_max_bytes(key.algorithm, in_out.len())?; in seal_in_place_separate_tag_()654 fn check_per_nonce_max_bytes(alg: &Algorithm, in_out_len: usize) -> Result<(), error::Unspecified> { in check_per_nonce_max_bytes() function