Searched refs:keymax (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | esp_core.c | 186 .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 D | ah.h | 77 u_int16_t keymax; /* in bits */ member
|
| H A D | esp.h | 127 u_int16_t keymax; /* in bits */ member
|
| H A D | ah_core.c | 267 || algo->keymax < sav->key_auth->sadb_key_bits) { in ah_hmac_mature()
|
| /xnu-12377.1.9/bsd/netkey/ |
| H A D | key.c | 4667 if (keylen < algo->keymin || algo->keymax < keylen) { in key_mature() 4671 keylen, algo->keymin, algo->keymax)); in key_mature() 4708 if (keylen < algo->keymin || algo->keymax < keylen) { in key_mature() 4712 keylen, algo->keymin, algo->keymax)); in key_mature() 6780 u_int32_t keymin, keymax; in key_do_getnewspi() local 6788 keymax = spirange->sadb_spirange_max; in key_do_getnewspi() 6791 keymax = key_spi_maxval; in key_do_getnewspi() 6793 if (keymin == keymax) { in key_do_getnewspi() 6802 u_int32_t range = keymax - keymin + 1; /* overflow value of zero means full range */ in key_do_getnewspi() 7928 if (algo->keymax < ipsec_esp_keymin) { in key_getcomb_esp() [all …]
|