Lines Matching refs:AF_ALG
1579 case AF_ALG:
2353 case AF_ALG:
2360 sa->salg_family = AF_ALG;
2364 "%s(): AF_ALG address must be tuple, not %.500s",
2369 "ss|HH;AF_ALG address must be a tuple "
2379 PyErr_SetString(PyExc_ValueError, "AF_ALG type too long.");
2384 PyErr_SetString(PyExc_ValueError, "AF_ALG name too long.");
2537 case AF_ALG:
2706 /* AF_ALG does not support accept() with addr and raises
2708 if (s->sock_family == AF_ALG) {
4705 if (self->sock_family != AF_ALG) {
4707 "algset is only supported for AF_ALG");
4838 Set operation mode, IV and length of associated data for an AF_ALG\n\
7332 PyModule_AddIntMacro(m, AF_ALG); /* Linux crypto */