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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dah.h68 int (*mature)(struct secasvar *); member in struct:ah_algorithm
H A Desp.h104 int (*mature)(struct secasvar *); member in struct:esp_algorithm
/macosx-10.10/libauto-186/
H A DLarge.h183 inline void mature() { _age--; } function in class:Auto::Large
H A DSubzone.h490 inline void mature(usword_t q) { function in class:Auto::Subzone
H A DZone.cpp1368 if (subzone->is_new(q)) subzone->mature(q);
1382 if (large->is_new()) large->mature();
/macosx-10.10/xnu-2782.1.97/bsd/netkey/
H A Dkey.c4576 int mature; local
4580 mature = 0;
4674 if (algo->mature) {
4675 if ((*algo->mature)(sav)) {
4679 mature = SADB_SATYPE_AH;
4682 if ((mustmask & 2) != 0 && mature != SADB_SATYPE_AH) {
4713 if (algo->mature) {
4714 if ((*algo->mature)(sav)) {
4718 mature = SADB_SATYPE_ESP;
4721 if ((mustmask & 1) != 0 && mature !
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm2881 for the latest release. The api has reached a mature state, we will

Completed in 151 milliseconds