Lines Matching refs:xof
660 /* XOF mode? */
661 int xof;
662 /* Size for variable output length but non-XOF */
689 mdat->xof = 0;
719 if (strcmp(keyword, "XOF") == 0)
720 return (mdata->xof = atoi(value)) > 0;
766 int xof = 0;
777 if (expected->xof > 0) {
778 xof |= 1;
801 xof |= EVP_MD_xof(expected->digest);
802 if (xof) {
842 && !xof
1594 /* XOF mode? */
1595 int xof;
1702 if (strcmp(keyword, "XOF") == 0)
1703 return mdata->xof = 1;
1759 /* We don't do XOF mode via PKEY */
1760 if (expected->xof)
1879 int xof;
2018 xof = expected->xof;
2019 if (xof) {
2086 if (!xof) {