Searched refs:GCM_ESP_SALT_SIZE (Results 1 – 2 of 2) sorted by relevance
41 #define GCM_ESP_SALT_SIZE 4 macro43 #define MAX_SALT_SIZE GCM_ESP_SALT_SIZE
1334 aead_parms.ret_iv_off = GCM_ESP_SALT_SIZE; in handle_aead_req()2942 if (keylen < GCM_ESP_SALT_SIZE) in aead_gcm_esp_setkey()2945 ctx->salt_len = GCM_ESP_SALT_SIZE; in aead_gcm_esp_setkey()2947 memcpy(ctx->salt, key + keylen - GCM_ESP_SALT_SIZE, GCM_ESP_SALT_SIZE); in aead_gcm_esp_setkey()2948 keylen -= GCM_ESP_SALT_SIZE; in aead_gcm_esp_setkey()2951 flow_dump("salt: ", ctx->salt, GCM_ESP_SALT_SIZE); in aead_gcm_esp_setkey()2974 if (keylen < GCM_ESP_SALT_SIZE) in rfc4543_gcm_esp_setkey()2977 ctx->salt_len = GCM_ESP_SALT_SIZE; in rfc4543_gcm_esp_setkey()2979 memcpy(ctx->salt, key + keylen - GCM_ESP_SALT_SIZE, GCM_ESP_SALT_SIZE); in rfc4543_gcm_esp_setkey()2980 keylen -= GCM_ESP_SALT_SIZE; in rfc4543_gcm_esp_setkey()[all …]