Searched refs:plaintext_max_size (Results 1 – 1 of 1) sorted by relevance
1874 size_t ilen, i, plaintext_max_size; in mbedtls_rsa_rsaes_pkcs1_v15_decrypt() local1898 plaintext_max_size = ( output_max_len > ilen - 11 ? in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()1940 (unsigned) plaintext_max_size, in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()1946 plaintext_max_size ); in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()1972 (unsigned) plaintext_max_size, in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()1981 mem_move_to_left( buf + ilen - plaintext_max_size, in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()1982 plaintext_max_size, in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()1983 plaintext_max_size - plaintext_size ); in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()1993 memcpy( output, buf + ilen - plaintext_max_size, plaintext_max_size ); in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()