Lines Matching refs:tbs
806 size_t *siglen, const unsigned char *tbs,
825 if (ossl_ed25519_sign(sig, tbs, tbslen, edkey->pubkey, edkey->privkey, NULL,
833 size_t *siglen, const unsigned char *tbs,
852 if (ossl_ed448_sign(edkey->libctx, sig, tbs, tbslen, edkey->pubkey,
860 size_t siglen, const unsigned char *tbs,
873 return ossl_ed25519_verify(tbs, tbslen, sig, edkey->pubkey,
878 size_t siglen, const unsigned char *tbs,
891 return ossl_ed448_verify(edkey->libctx, tbs, tbslen, sig, edkey->pubkey,
1186 const unsigned char *tbs,
1217 rc = s390x_kdsa(S390X_EDDSA_SIGN_ED25519, ¶m.ed25519, tbs, tbslen);
1231 const unsigned char *tbs,
1262 rc = s390x_kdsa(S390X_EDDSA_SIGN_ED448, ¶m.ed448, tbs, tbslen);
1279 const unsigned char *tbs,
1305 ¶m.ed25519, tbs, tbslen) == 0 ? 1 : 0;
1311 const unsigned char *tbs,
1340 ¶m.ed448, tbs, tbslen) == 0 ? 1 : 0;