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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto.c188 utun_crypto_keys_args_t *crypto_keys_args = (__typeof__(crypto_keys_args))data; local
192 if (crypto_keys_args->ver == 0 || crypto_keys_args->ver >= UTUN_CRYPTO_KEYS_ARGS_VER_MAX) {
193 printf("%s: ver check failed %d\n", __FUNCTION__, crypto_keys_args->ver);
196 if (crypto_keys_args->dir == 0 || crypto_keys_args->dir >= UTUN_CRYPTO_DIR_MAX) {
197 printf("%s: dir check failed %d\n", __FUNCTION__, crypto_keys_args->dir);
200 if (crypto_keys_args->type == 0 || crypto_keys_args
271 utun_crypto_keys_args_t *crypto_keys_args = (__typeof__(crypto_keys_args))data; local
[all...]

Completed in 18 milliseconds