Home
last modified time | relevance | path

Searched refs:maskptr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c649 unsigned char *hostptr, *baseptr, *maskptr; in nc_ip() local
665 maskptr = base->data + hostlen; in nc_ip()
670 if ((hostptr[i] & maskptr[i]) != (baseptr[i] & maskptr[i])) in nc_ip()