Home | History | Annotate | Download | only in rsa

Lines Matching refs:tbs

186 					const unsigned char *tbs, size_t tbslen)
213 ret = FIPS_rsa_sign_digest(rsa, tbs, tbslen, rctx->md,
232 tbs, tbslen, sig, &sltmp, rsa);
242 memcpy(rctx->tbuf, tbs, tbslen);
252 tbs, tbslen, sig, &sltmp, rsa);
262 rctx->tbuf, tbs,
273 ret = RSA_private_encrypt(tbslen, tbs, sig, ctx->pkey->pkey.rsa,
341 const unsigned char *tbs, size_t tbslen)
361 tbs, tbslen,
371 return RSA_verify(EVP_MD_type(rctx->md), tbs, tbslen,
388 ret = RSA_verify_PKCS1_PSS_mgf1(rsa, tbs,
408 if ((rslen != tbslen) || memcmp(tbs, rctx->tbuf, rslen))