On Tue, 2019-06-18 at 16:56 +0300, Vitaly Chikunov wrote: > Introduce calc_pkeyid_v2() to replace calc_keyid_v2() when we switch to > EVP_PKEY from RSA keys. > > Signed-off-by: Vitaly Chikunov <vt@xxxxxxxxxxxx> Nice, but instead of making this an entirely separate patch, I would squash "5/11 ima-evm-utils: Convert cmd_import to use EVP_PKEY API" with this patch. In general, patches should contain both the new function and a caller of the new function. For example, the previous patches defined function wrappers. Both the new function and the caller of the new function were included in one patch. Mimi