Home | History | Annotate | Download | only in libkeymaster

Lines Matching refs:digest

79     TEE_RSA_SHA_ISO9796           = 1, /**< 20-byte SHA-1 digest, padded according to the ISO 9796-2 scheme as specified in EMV '96 and EMV 2000, encrypted using RSA. */
80 TEE_RSA_SHA_ISO9796_MR = 2, /**< 20-byte SHA-1 digest, padded according to the ISO9796-2 specification and encrypted using RSA. */
81 TEE_RSA_SHA_PKCS1 = 3, /**< 20-byte SHA-1 digest, padded according to the PKCS#1 (v1.5) scheme, and encrypted using RSA. */
82 TEE_RSA_SHA256_PSS = 4, /**< SHA-256 digest and PSS padding */
83 TEE_RSA_SHA1_PSS = 5, /**< SHA-256 digest and PSS padding */
84 TEE_RSA_NODIGEST_NOPADDING = 6, /**< No digest and padding */
88 /* Digest types */
230 * @param digest [in] Digest type
239 teeDigest_t digest);
253 * @param digest [in] Digest type
263 teeDigest_t digest,