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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto.c70 utun_crypto_args_t *crypto_args = (__typeof__(crypto_args))data; local
73 if (crypto_args->ver == 0 || crypto_args->ver >= UTUN_CRYPTO_ARGS_VER_MAX) {
74 printf("%s: ver check failed %d\n", __FUNCTION__, crypto_args->ver);
77 if (crypto_args->type == 0 || crypto_args->type >= UTUN_CRYPTO_TYPE_MAX) {
78 printf("%s: type check failed %d\n", __FUNCTION__, crypto_args->type);
81 if (len < UTUN_CRYPTO_ARGS_TOTAL_SIZE(crypto_args)) {
83 (int)len, (int)UTUN_CRYPTO_ARGS_TOTAL_SIZE(crypto_args));
134 utun_crypto_args_t *crypto_args = (__typeof__(crypto_args))data; local
428 utun_crypto_args_t *crypto_args = (__typeof__(crypto_args))data; local
484 utun_crypto_args_t *crypto_args = (__typeof__(crypto_args))data; local
[all...]

Completed in 19 milliseconds