Searched refs:_BITS (Results 1 – 2 of 2) sorted by relevance
23 # [RLEN=8_BITS]80 # [RLEN=16_BITS]137 # [RLEN=24_BITS]194 # [RLEN=32_BITS]251 # [RLEN=8_BITS]308 # [RLEN=16_BITS]365 # [RLEN=24_BITS]422 # [RLEN=32_BITS]479 # [RLEN=8_BITS]536 # [RLEN=16_BITS][all …]
122 #define _BITS(bytes) ((bytes) << 3) macro6640 if (_BITS(algo->maxkey) < V_ipsec_esp_keymin) in key_getcomb_ealg()6642 if (_BITS(algo->minkey) < V_ipsec_esp_keymin) in key_getcomb_ealg()6645 encmin = _BITS(algo->minkey); in key_getcomb_ealg()6679 comb->sadb_comb_encrypt_maxbits = _BITS(algo->maxkey); in key_getcomb_ealg()6748 if (_BITS(minkeysize) < V_ipsec_ah_keymin) in key_getcomb_ah()6769 comb->sadb_comb_auth_minbits = _BITS(minkeysize); in key_getcomb_ah()6770 comb->sadb_comb_auth_maxbits = _BITS(maxkeysize); in key_getcomb_ah()7521 alg->sadb_alg_minbits = _BITS(minkeysize); in key_register()7522 alg->sadb_alg_maxbits = _BITS(maxkeysize); in key_register()[all …]