Searched refs:keymax (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | esp_core.c | 164 .keymax = 64, 185 .keymax = 192, 206 .keymax = 2048, 227 .keymax = 256, 248 .keymax = ESP_AESGCM_KEYLEN256, 269 .keymax = ESP_CHACHAPOLY_KEYBITS_WITH_SALT, 344 _KEYBITS(sav->key_enc) > algo->keymax) { in esp_schedule() 348 algo->keymin, algo->keymax)); in esp_schedule() 478 _KEYBITS(sav->key_enc) > algo->keymax) { in esp_descbc_mature() 589 if (keylen < algo->keymin || algo->keymax < keylen) { in esp_cbc_mature() [all …]
|
| H A D | ah.h | 87 u_int16_t keymax; /* in bits */ member
|
| H A D | esp.h | 125 u_int16_t keymax; /* in bits */ member
|
| H A D | ah_core.c | 389 || algo->keymax < sav->key_auth->sadb_key_bits) { in ah_keyed_sha1_mature() 502 || algo->keymax < sav->key_auth->sadb_key_bits) { in ah_hmac_mature()
|
| /xnu-10063.141.1/bsd/netkey/ |
| H A D | key.c | 4744 if (keylen < algo->keymin || algo->keymax < keylen) { in key_mature() 4748 keylen, algo->keymin, algo->keymax)); in key_mature() 4785 if (keylen < algo->keymin || algo->keymax < keylen) { in key_mature() 4789 keylen, algo->keymin, algo->keymax)); in key_mature() 6815 u_int32_t keymin, keymax; in key_do_getnewspi() local 6823 keymax = spirange->sadb_spirange_max; in key_do_getnewspi() 6826 keymax = key_spi_maxval; in key_do_getnewspi() 6828 if (keymin == keymax) { in key_do_getnewspi() 6837 u_int32_t range = keymax - keymin + 1; /* overflow value of zero means full range */ in key_do_getnewspi() 7959 if (algo->keymax < ipsec_esp_keymin) { in key_getcomb_esp() [all …]
|