Lines Matching refs:digest
76 * 384 and SHA-2 512 digest modes for RSA signing. STRONGBOX IKeymasterDevices must support
85 * 384 and SHA-2 512 digest modes. STRONGBOX IKeymasterDevices must support SHA-2 256.
435 * o Tag::DIGEST specifies digest algorithms that may be used with the new key. TEE
551 * purpose KEY_WRAP, padding mode RSA_OAEP, and digest SHA_2_256, returning the
723 * digest [5] EXPLICIT SET OF INTEGER OPTIONAL,
961 * RSA signing and verification operations need a digest, as do RSA encryption and decryption
963 * digest in inParams. If unspecified or specified more than once, begin() must return
967 * digest and padding, which means that the key authorizations need to contain the specified
970 * and KeyPurpose::VERIFY) are permitted with unauthorized digest or padding modes.
982 * verifying, Digest::NONE is specified for the digest. No digest is necessary for unpadded
985 * o PaddingMode::RSA_PKCS1_1_5_SIGN padding requires a digest. The digest may be Digest::NONE,
993 * o PaddingMode::RSA_PKCS1_1_1_5_ENCRYPT padding does not require a digest.
995 * o PaddingMode::RSA_PSS padding requires a digest, which may not be Digest::NONE. If
998 * of the digest, where D is the size of the digest, in bytes. Otherwise begin() must
1001 * o PaddingMode::RSA_OAEP padding requires a digest, which may not be Digest::NONE. If
1003 * mask generation function must be MGF1 and the MGF1 digest must be SHA1, regardless of the
1004 * OAEP digest specified.
1011 * Private key operations (KeyPurpose::SIGN) need authorization of digest and padding, which
1014 * permitted with unauthorized digest or padding.
1048 * multiple of 8 that is not greater than the digest length or less than the value of
1049 * Tag::MIN_MAC_LENGTH in the key authorizations. For MAC lengths greater than the digest
1257 * the size of the PSS digest selected. The digest specified with Tag::DIGEST in inputParams
1258 * on begin() must be used as the PSS digest algorithm, MGF1 must be used as the mask
1259 * generation function and SHA1 must be used as the MGF1 digest algorithm.
1261 * o PaddingMode::RSA_OAEP. The digest specified with Tag::DIGEST in inputParams on begin is
1262 * used as the OAEP digest algorithm, MGF1 must be used as the mask generation function and
1263 * and SHA1 must be used as the MGF1 digest algorithm.