Searched refs:lhash (Results 1 – 1 of 1) sorted by relevance
1640 unsigned char lhash[MBEDTLS_MD_MAX_SIZE]; in mbedtls_rsa_rsaes_oaep_decrypt() local1701 if( ( ret = mbedtls_md( md_info, label, label_len, lhash ) ) != 0 ) in mbedtls_rsa_rsaes_oaep_decrypt()1716 bad |= lhash[i] ^ *p++; in mbedtls_rsa_rsaes_oaep_decrypt()1756 mbedtls_platform_zeroize( lhash, sizeof( lhash ) ); in mbedtls_rsa_rsaes_oaep_decrypt()