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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.h46 utun_crypto_ctx_t utun_crypto_ctx[UTUN_CRYPTO_CTX_NUM_DIRS]; member in struct:utun_pcb
H A Dif_utun_crypto.c96 crypto_ctx = &pcb->utun_crypto_ctx[idx];
210 crypto_ctx = &pcb->utun_crypto_ctx[idx];
293 crypto_ctx = &pcb->utun_crypto_ctx[idx];
377 crypto_ctx = &pcb->utun_crypto_ctx[idx];
521 if (!pcb->utun_crypto_ctx[idx].valid) {
522 printf("%s: context is invalid %d\n", __FUNCTION__, pcb->utun_crypto_ctx[idx].valid);
525 if (pcb->utun_crypto_ctx[idx].type == UTUN_CRYPTO_TYPE_IPSEC) {
529 printf("%s: type is invalid %d\n", __FUNCTION__, pcb->utun_crypto_ctx[idx].type);
H A Dif_utun_crypto_ipsec.h37 #define IF_UTUN_GET_TX_CRYPTO_KEYS(pcb) LIST_FIRST(&pcb->utun_crypto_ctx[UTUN_CRYPTO_DIR_TO_IDX(UTUN_CRYPTO_DIR_OUT)].keys_listhead)
H A Dif_utun_crypto.h267 typedef struct utun_crypto_ctx { struct
H A Dif_utun_crypto_ipsec.c588 crypto_ctx = &pcb->utun_crypto_ctx[idx];

Completed in 26 milliseconds