Searched refs:AUTH_ALGO (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DPolicyEntryOperation.h40 #define AUTH_ALGO BIT(21) macro
H A DPolicyEntryOperation.c525 *Mask |= AUTH_ALGO;
541 DONT_FRAGMENT | IPSEC_PROTO | AUTH_ALGO | ENCRYPT_ALGO)) == 0) {
806 *Mask |= AUTH_ALGO;
973 if ((*Mask & AUTH_ALGO) == 0) {
997 if ((*Mask & (ENCRYPT_ALGO|AUTH_ALGO)) != (ENCRYPT_ALGO|AUTH_ALGO) ) {
1477 if ((Mask & AUTH_ALGO) != 0) {
1599 if ((Mask & AUTH_ALGO) != 0) {

Completed in 106 milliseconds