Home
last modified time | relevance | path

Searched refs:keymax (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/bsd/netinet6/
H A Desp_core.c186 .keymax = 64,
207 .keymax = 192,
228 .keymax = 2048,
249 .keymax = 256,
270 .keymax = ESP_AESGCM_KEYLEN256,
291 .keymax = ESP_CHACHAPOLY_KEYBITS_WITH_SALT,
368 _KEYBITS(sav->key_enc) > algo->keymax) { in esp_schedule()
372 algo->keymin, algo->keymax)); in esp_schedule()
508 _KEYBITS(sav->key_enc) > algo->keymax) { in esp_descbc_mature()
619 if (keylen < algo->keymin || algo->keymax < keylen) { in esp_cbc_mature()
[all …]
H A Dah.h77 u_int16_t keymax; /* in bits */ member
H A Desp.h127 u_int16_t keymax; /* in bits */ member
H A Dah_core.c267 || algo->keymax < sav->key_auth->sadb_key_bits) { in ah_hmac_mature()
/xnu-11417.140.69/bsd/netkey/
H A Dkey.c4668 if (keylen < algo->keymin || algo->keymax < keylen) { in key_mature()
4672 keylen, algo->keymin, algo->keymax)); in key_mature()
4709 if (keylen < algo->keymin || algo->keymax < keylen) { in key_mature()
4713 keylen, algo->keymin, algo->keymax)); in key_mature()
6781 u_int32_t keymin, keymax; in key_do_getnewspi() local
6789 keymax = spirange->sadb_spirange_max; in key_do_getnewspi()
6792 keymax = key_spi_maxval; in key_do_getnewspi()
6794 if (keymin == keymax) { in key_do_getnewspi()
6803 u_int32_t range = keymax - keymin + 1; /* overflow value of zero means full range */ in key_do_getnewspi()
7929 if (algo->keymax < ipsec_esp_keymin) { in key_getcomb_esp()
[all …]