Searched defs:life (Results 1 - 6 of 6) sorted by relevance

/external/openssh/
H A Dauthfd.c516 encode_constraints(struct sshbuf *m, u_int life, u_int confirm) argument
520 if (life != 0) {
522 (r = sshbuf_put_u32(m, life)) != 0)
540 u_int life, u_int confirm)
543 int r, constrained = (life || confirm);
582 (r = encode_constraints(msg, life, confirm)) != 0)
650 u_int life, u_int confirm)
653 int r, constrained = (life || confirm);
670 (r = encode_constraints(msg, life, confirm)) != 0)
539 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, u_int life, u_int confirm) argument
649 ssh_update_card(int sock, int add, const char *reader_id, const char *pin, u_int life, u_int confirm) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java48 public int life; field in class:GameObject
111 life = DEFAULT_LIFE;
/external/skia/tests/
H A DCanvasTest.cpp825 bool life[2]; local
827 LifeLineCanvas c0(w, h, &life[0]);
828 REPORTER_ASSERT(r, life[0]);
830 REPORTER_ASSERT(r, !life[0]);
833 std::unique_ptr<SkCanvas> c0 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[0]));
834 std::unique_ptr<SkCanvas> c1 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[1]));
835 REPORTER_ASSERT(r, life[0]);
836 REPORTER_ASSERT(r, life[1]);
842 REPORTER_ASSERT(r, life[0]);
843 REPORTER_ASSERT(r, life[
854 bool life[2]; local
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c1938 * and MKA life time elapse since last distribution
1949 * MKA life time has elapsed since the prior SAK was first distributed,
2342 * when the MKA life elapsed since its creating */
3231 struct mka_key *cak, u32 life,
3265 if (life)
3266 participant->cak_life = life + time(NULL);
3230 ieee802_1x_kay_create_mka(struct ieee802_1x_kay *kay, struct mka_key_name *ckn, struct mka_key *cak, u32 life, enum mka_created_mode mode, Boolean is_authenticator) argument
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c1938 * and MKA life time elapse since last distribution
1949 * MKA life time has elapsed since the prior SAK was first distributed,
2342 * when the MKA life elapsed since its creating */
3231 struct mka_key *cak, u32 life,
3265 if (life)
3266 participant->cak_life = life + time(NULL);
3230 ieee802_1x_kay_create_mka(struct ieee802_1x_kay *kay, struct mka_key_name *ckn, struct mka_key *cak, u32 life, enum mka_created_mode mode, Boolean is_authenticator) argument
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c1938 * and MKA life time elapse since last distribution
1949 * MKA life time has elapsed since the prior SAK was first distributed,
2342 * when the MKA life elapsed since its creating */
3231 struct mka_key *cak, u32 life,
3265 if (life)
3266 participant->cak_life = life + time(NULL);
3230 ieee802_1x_kay_create_mka(struct ieee802_1x_kay *kay, struct mka_key_name *ckn, struct mka_key *cak, u32 life, enum mka_created_mode mode, Boolean is_authenticator) argument

Completed in 250 milliseconds