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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.h106 struct sadb_lifetime *lifetime_hard,
H A Dkey.c565 struct sadb_lifetime *lifetime_hard,
3291 struct sadb_lifetime *lifetime_hard,
3337 lifetime_hard,
3910 struct sadb_lifetime *lifetime_hard,
4047 sav->lft_h = (__typeof__(sav->lft_h))key_newbuf(lifetime_hard,
4048 sizeof(*lifetime_hard));
3277 key_newsav2(struct secashead *sah, u_int8_t satype, u_int8_t alg_auth, u_int8_t alg_enc, u_int32_t flags, u_int8_t replay, struct sadb_key *key_auth, u_int16_t key_auth_len, struct sadb_key *key_enc, u_int16_t key_enc_len, u_int16_t natt_port, u_int32_t seq, u_int32_t spi, u_int32_t pid, struct sadb_lifetime *lifetime_hard, struct sadb_lifetime *lifetime_soft) argument
3896 key_setsaval2(struct secasvar *sav, u_int8_t satype, u_int8_t alg_auth, u_int8_t alg_enc, u_int32_t flags, u_int8_t replay, struct sadb_key *key_auth, u_int16_t key_auth_len, struct sadb_key *key_enc, u_int16_t key_enc_len, u_int16_t natt_port, u_int32_t seq, u_int32_t spi, u_int32_t pid, struct sadb_lifetime *lifetime_hard, struct sadb_lifetime *lifetime_soft) argument
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto.h168 u_int64_t lifetime_hard; // value in seconds member in struct:utun_crypto_keys_ipsec_args_v1
H A Dif_utun_crypto_ipsec.c311 u_int64_t lifetime_hard,
322 utun_set_lifetime(&lfh, SADB_EXT_LIFETIME_HARD, lifetime_hard);
490 args_ipsec_v1->lifetime_hard,
295 utun_ipsec_alloc_sav(struct secashead *sah, struct secasvar **sav, struct utun_pcb *pcb, u_int8_t satype, u_int8_t alg_auth, u_int8_t alg_enc, u_int32_t flags, u_int8_t replay, u_int8_t *key_auth, u_int16_t key_auth_len, u_int8_t *key_enc, u_int16_t key_enc_len, u_int16_t natt_port, u_int32_t seq, u_int32_t spi, u_int32_t pid, u_int64_t lifetime_hard, u_int64_t lifetime_soft) argument

Completed in 35 milliseconds