• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/mips/cavium/cryptocteon/

Lines Matching defs:auth_off

329     int auth_off, int auth_len,
341 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
343 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
388 int auth_off, int auth_len,
400 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
402 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
448 int auth_off, int auth_len,
460 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
462 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
517 int auth_off, int auth_len,
529 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
531 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
588 int auth_off, int auth_len,
600 (auth_off & 0x7) || (auth_off + auth_len > iovlen))) {
602 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
604 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
614 while (auth_off > 0) {
616 auth_off -= 8;
690 int auth_off, int auth_len,
702 (auth_off & 0x7) || (auth_off + auth_len > iovlen))) {
704 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
706 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
717 while (auth_off > 0) {
719 auth_off -= 8;
795 int auth_off, int auth_len,
815 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) {
817 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
819 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
847 while (crypt_off > 0 && auth_off > 0) {
850 auth_off -= 4;
866 if (auth_off <= 0) {
872 auth_off -= 8;
943 int auth_off, int auth_len,
963 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) {
965 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
967 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
995 while (crypt_off > 0 && auth_off > 0) {
998 auth_off -= 4;
1006 if (auth_off <= 0) {
1012 auth_off -= 8;
1094 int auth_off, int auth_len,
1114 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) {
1116 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
1118 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
1147 while (crypt_off > 0 && auth_off > 0) {
1150 auth_off -= 4;
1166 if (auth_off <= 0) {
1172 auth_off -= 8;
1245 int auth_off, int auth_len,
1265 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) {
1267 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
1269 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
1298 while (crypt_off > 0 && auth_off > 0) {
1301 auth_off -= 4;
1309 if (auth_off <= 0) {
1315 auth_off -= 8;
1398 int auth_off, int auth_len,
1419 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) {
1421 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
1423 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
1458 while (crypt_off > 0 && auth_off > 0) {
1461 auth_off -= 4;
1493 if (auth_off <= 0) {
1500 auth_off -= 16;
1575 int auth_off, int auth_len,
1596 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) {
1598 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
1600 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
1635 while (crypt_off > 0 && auth_off > 0) {
1638 auth_off -= 4;
1655 if (auth_off <= 0) {
1662 auth_off -= 16;
1751 int auth_off, int auth_len,
1772 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) {
1774 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
1776 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
1812 while (crypt_off > 0 && auth_off > 0) {
1815 auth_off -= 4;
1844 if (auth_off <= 0) {
1851 auth_off -= 16;
1947 int auth_off, int auth_len,
1968 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) {
1970 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
1972 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
2008 while (crypt_off > 0 && auth_off > 0) {
2011 auth_off -= 4;
2028 if (auth_off <= 0) {
2035 auth_off -= 16;