Searched refs:ESP_BLK_SIZE (Results 1 – 1 of 1) sorted by relevance
52 static final int ESP_BLK_SIZE = 4; // ESP has to be 4-byte aligned field in PacketUtils67 static final int AES_CTR_BLK_SIZE = ESP_BLK_SIZE;74 static final int CHACHA20_POLY1305_BLK_SIZE = ESP_BLK_SIZE;557 super(CRYPT_NULL, ESP_BLK_SIZE, KEY_UNUSED, IV_LEN_UNUSED, SALT_LEN_UNUSED); in EspCipherNull()