Found 1 other functions taking a
crypto_hash
argument:
crypto_hash_update - Add data to hash calculation @ctx: Context pointer from crypto_hash_init() @data: Data buffer to add @len: Length of the buffer This function is only used with internal TLSv1 implementation (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need to implement this.